Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdew committed Apr 4, 2012
1 parent e0a08ae commit a8446a0
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 @@ -28,7 +28,7 @@ For example:
var loggedIn = user.filter(function(row) { return row.loggedIn; });
var numLoggedIn = loggedIn.count();

to send it to a browser, it's as simple as:
to send it to a browser, along with all later changes, it's as simple as:

// render the page
app.get('/', function(req, res) {
Expand Down

0 comments on commit a8446a0

Please sign in to comment.