README.md in locomotivecms-search-0.2.1 vs README.md in locomotivecms-search-0.2.2

- old
+ new

@@ -2,16 +2,14 @@ ## Setup Open your _Gemfile_ and add locomotive-cms search to it: - gem 'locomotivecms-search', require: false + gem 'locomotivecms-search', require: 'locomotive/search/mongoid' -Run `bundle install`, then edit config/initializers/locomotive.rb and add this line: - - require 'locomotive/search/mongoid - Check out the Activesearch gem to know which backends are available and how to configure them. + +Run `bundle install` ## Adding the search results page Create a new page that will display your search results. Its code might be something like this: \ No newline at end of file