diff --git a/README.md b/README.md index e2dd076..916c2b6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Blog post: [Server side readability with node.js](http://arrix.blogspot.com/2010 I'm working on it... ## Example - var readability = require('readability'); + var readability = require('node-readability'); //... // This is an very early example. The API is subject to change. readability.parse(html, url, function(result) { @@ -27,4 +27,4 @@ In my testing of 140 pages with an average size of **58KB** collected from [digg ## Plan * Performance optimization * Better API, more options -* Support more readability features \ No newline at end of file +* Support more readability features