Change BasicSupport to use jsoup
[nikiroo-utils.git] / README.md
index eeb1a870190e6a5cdd4b9f10762de1906a3b72c2..e2312686b308f158ec03a62d46c7eadcdb45d144 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ There are some unit tests you can run, too:
 - libs/nikiroo-utils-sources.jar: some shared utility functions
 - [libs/unbescape-sources.jar](https://github.com/unbescape/unbescape): a nice library to escape/unescape a lot of text formats; used here for HTML
 - [libs/jexer-sources.jar](https://github.com/klamonte/jexer): a small library that offers TUI widgets
+- [libs/jsoup-sources.jar](https://jsoup.org/): a library to parse HTML
 
 Nothing else but Java 1.6+.