From 1645e4620849bbc600fe46a696ea41e3b46808b2 Mon Sep 17 00:00:00 2001 From: fyalavuz Date: Sat, 6 Apr 2013 17:42:33 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit corrected requirement string for node-readability --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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