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