Skip to content

Commit

Permalink
Fix readme example typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
edmellum committed Apr 17, 2012
1 parent 8cd5614 commit 830eec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -45,7 +45,7 @@ currently dominode is using the [plates](https://github.com/flatiron/plates) tem
}
// adds <div id="number">1</div>,
// <div id="number">2</div>
// and <div id="number">2</div>
// and <div id="number">3</div>
/ to <div class="list"></div>
readStream.write({number: 1})
readStream.write({number: 2})
Expand Down

0 comments on commit 830eec9

Please sign in to comment.