Skip to content

Commit

Permalink
Fixed spelling mistake. Added note about exp/html
Browse files Browse the repository at this point in the history
  • Loading branch information
JalfResi committed May 1, 2013
1 parent 777ad17 commit 5702f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ 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.

Justext use the reader-writer idiom, alowing you to sewtup the reader with a common configuration and just pump out
Justext use the reader-writer idiom, alowing you to setup the reader with a common configuration and just pump out
articles to the writer.

Example usage:
Expand Down

0 comments on commit 5702f14

Please sign in to comment.