Skip to content

Commit

Permalink
Reworded sentence on exp/html and fixed spelling mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JalfResi committed May 1, 2013
1 parent 5702f14 commit 3bcac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3bcac0e

Please sign in to comment.