README.markdown in rails3-jquery-autocomplete-0.3.6 vs README.markdown in rails3-jquery-autocomplete-0.4.0
- old
+ new
@@ -1,8 +1,19 @@
# rails3-jquery-autocomplete
-An easy way to use jQuery's autocomplete with Rails 3. You can find a [detailed example](http://github.com/crowdint/rails3-jquery-autocomplete-app)
-on how to use this gem [here](http://github.com/crowdint/rails3-jquery-autocomplete-app).
+An easy way to use jQuery's autocomplete with Rails 3.
+
+In now supports both ActiveRecord and [mongoid](http://github.com/mongoid/mongoid).
+
+## ActiveRecord
+
+You can find a [detailed example](http://github.com/crowdint/rails3-jquery-autocomplete-app)
+on how to use this gem with ActiveRecord [here](http://github.com/crowdint/rails3-jquery-autocomplete-app).
+
+## MongoID
+
+You can find a [detailed example](http://github.com/crowdint/rails3-jquery-autocomplete-app/tree/mongoid)
+on how to use this gem with MongoID [here](http://github.com/crowdint/rails3-jquery-autocomplete-app/tree/mongoid).
## Before you start
Make sure your project is using jQuery-ui with the autocomplete widget
before you continue.
\ No newline at end of file