diff --git a/README.md b/README.md index 81d0665..8e2aea4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Supports all stoplist files available at http://code.google.com/p/justext/source Justext expects valid HTML; it is your responsability to ensure that valid HTML is passed to Justext. To make things easier I have written a CGO wrapper around libtidy which you can find here: [github.com/JalfResi/GoTidy](https://github.com/JalfResi/GoTidy) -In the future, once exp/html is part of the standard packages I will add teh HTML parser infron of this to ensure that valid HTML is passed to JusText. +In the future, once exp/html is part of the standard packages I will refactor JusText to accept only valid HTML documents/strings. Justext use the reader-writer idiom, alowing you to setup the reader with a common configuration and just pump out articles to the writer.