README.md in middleman-search-0.9.0 vs README.md in middleman-search-0.10.0

- old
+ new

@@ -120,9 +120,17 @@ ```javascript //= require lunr.min ``` +If you're using lunr's i18n capabilities, you should also load the Stemmer support and language files (in that order) here: + +```javascript +//= require lunr.min +//= require lunr.stemmer.support +//= require lunr.es +``` + ### Asset pipeline The Middleman pipeline (if enabled) does not include `json` files by default, but you can easily modify this by adding `.json` to the `exts` option of the corresponding extensions, such as `gzip` and `asset_hash`: ```ruby