Skip to content

Commit a9d51c8

Browse files
committedNov 6, 2013
Update the example in the README to perform as expected.
1 parent 4acc4c3 commit a9d51c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Create a new parser and pass it a callback function and a string of SVN logs:
3535
parser(function( results ) {
3636
console.log("files", results.files);
3737
console.log("revs", results.revs);
38-
}, svnLogOutput);
38+
}, svnLogOutput).end();
3939

4040

4141
Stream all the Things

0 commit comments

Comments
 (0)