diff --git a/CHANGELOG b/CHANGELOG index 7195f26..911bb65 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ +v1.7.3 + * Renamed node-htmlparser.* to htmlparser.* and created shims for people still expecting node-htmlparser.* + v1.7.2 * Document position feature fixed to work correctly with chunked parsing diff --git a/README.md b/README.md index e81ceb3..52467ba 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A forgiving HTML/XML/RSS parser written in JS for both the browser and NodeJS (y View runtests.html in any browser ##Usage In Node - var htmlparser = require("node-htmlparser"); + var htmlparser = require("htmlparser"); var rawHtml = "Xyz