Change BasicSupport to use jsoup
[fanfix.git] / README.md
index d5dccd67db550c5142b8bde9f3a5e85c4d50bdcb..e2312686b308f158ec03a62d46c7eadcdb45d144 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
->English< [Français](README-fr.md)
+English [Français](README-fr.md)
 
 # Fanfix
 
@@ -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+.