From b62994de62001634c664ce223434ff7366bf09ae Mon Sep 17 00:00:00 2001 From: Gwendal Date: Thu, 15 Nov 2018 21:20:49 +0100 Subject: [PATCH] Acknowledge new libraries in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6621f53..43c236a 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,6 @@ The resulting binary can then be found in `build/libs/bandcamp-collection-downlo - [jsoup](https://jsoup.org/) to get and parse HTML, - [zt-zip](https://github.com/zeroturnaround/zt-zip) to unzip downloaded albums, - [picocli](https://picocli.info/) to provide a fancy CLI, - - [Gson](https://github.com/google/gson) to parse JSON. \ No newline at end of file + - [Gson](https://github.com/google/gson) to parse JSON files, + - [[ini4j]](http://ini4j.sourceforge.net/) to parse INI files, + - [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) to read SQLite files. \ No newline at end of file