README.md in elasticsearch_autocomplete-0.1.3 vs README.md in elasticsearch_autocomplete-0.1.4

- old
+ new

@@ -61,10 +61,10 @@ class Product < ActiveRecord::Base ac_field :name, :localized => true end ``` -If you wand to define settings and mapping for elasticsearch index yourselves: +If you want to define settings and mapping for elasticsearch index yourselves: ```ruby class Product < ActiveRecord::Base ac_field :name, :skip_settings => true end