Skip to content

Commit

Permalink
Merge pull request #2 from codynguyen/patch-1
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
mpneuried committed Dec 4, 2015
2 parents aeb8011 + 0dde610 commit 7b11e52
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 @@ -18,7 +18,7 @@ Then add the `backlunr.js` script to your page.

### Config

To use the `lunr.js` fulltext search within a collection you have to load `backlunr.js` and use `Backbone.Collection.Lunr` instead of `Backbone.Collection.Lunr`
To use the `lunr.js` fulltext search within a collection you have to load `backlunr.js` and use `Backbone.Collection.Lunr` instead of `Backbone.Collection`

The only thing you have to define are the fields to index.

Expand Down

0 comments on commit 7b11e52

Please sign in to comment.