README.md in x-editable-rails-0.0.1 vs README.md in x-editable-rails-0.0.3

- old
+ new

@@ -31,11 +31,11 @@ You can choose between bootstrap/jqueryui/jquery and inline version And this to your stylesheets ```scss -*= require bootstra-editable +*= require bootstrap-editable ``` Choose between bootstrap/jqueryui/jquery You can also insert this file @@ -57,9 +57,14 @@ 3. data-url When updating nested attributes also: 1. data-nested 2. data-nid + +And don't forget to activate it +```coffee +$('.editable').editable() +``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)