Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgtonge committed Feb 21, 2012
2 parents 5b1196a + 3268d44 commit 7013969
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 @@ -24,7 +24,7 @@ Then simply require in your project: `QueryCollection = require("backbone-query"
Your collections will now have two new methods: `query` and `where`. Both methods accept 2 arguments -
a query object and an options object. The `query` method returns an array of models, but the `where` method
returns a new collection and is therefore useful where you would like to chain multiple collection
methods / where queries. The following are some basic examples:
methods / where queries (thanks to @cezary). The following are some basic examples:

```js
MyCollection.query({
Expand Down

0 comments on commit 7013969

Please sign in to comment.