Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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
* Support more readability features