Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
Fix typo in readme, issue #51
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed May 3, 2013
1 parent dff761f commit 9d8a815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ wrench.copyDirSyncRecursive('directory_to_copy', 'location_where_copy_should_end
// Read lines in from a file until you hit the end
var f = new wrench.LineReader('x.txt');
while(f.hasNextLine()) {
util.puts(x.getNextLine());
util.puts(f.getNextLine());
}

// Note: You will need to close that above line reader at some point, otherwise
Expand Down

0 comments on commit 9d8a815

Please sign in to comment.