Skip to content

Commit

Permalink
Merge pull request #919 from pvorb/patch-2
Browse files Browse the repository at this point in the history
Fix "Query options"
  • Loading branch information
christkv committed Apr 3, 2013
2 parents b7a7f01 + 31c2048 commit 8778a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/queries.md
Expand Up @@ -195,7 +195,7 @@ Query options define the behavior of the query.
var options = {
"limit": 20,
"skip": 10,
"sort": title
"sort": "title"
}

collection.find({}, options).toArray(...);
Expand Down

0 comments on commit 8778a68

Please sign in to comment.