From 3268d44b7f5982ee2d6633d14f34bde8b35e4fa5 Mon Sep 17 00:00:00 2001 From: Dave Tonge Date: Mon, 13 Feb 2012 19:54:21 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e3c26..418abbc 100644 --- a/README.md +++ b/README.md @@ -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({