Skip to content

Commit

Permalink
fix REDME
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsodev committed Jan 28, 2014
1 parent e6fb56d commit f3801d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and call ```next()``` when your are done.
var ReadLines = require('read-lines');
var file = new ReadLines('/path/to/my/file');

file.on('open', function(err) {
file.on('open', function() {
//call read for start reading the first line
file.read();
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-lines",
"version": "0.1.3",
"version": "0.1.4",
"description": "Line by line big file async reader ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f3801d6

Please sign in to comment.