README.rdoc in console_update-0.1.4 vs README.rdoc in console_update-0.1.5

- old
+ new

@@ -9,24 +9,27 @@ == Install Install as a gem - bash> gem install console_update + $ gem install console_update - # add in config/environment.rb + # with bundler: add in Gemfile + gem 'console_update' + + # without bundler: add in config/environment.rb config.gem "console_update" Or as a plugin - bash> script/plugin install git://github.com/cldwalker/console_update.git + $ script/plugin install git://github.com/cldwalker/console_update.git == Examples For a given model Url, update your records as you please: - bash> script/console + $ script/console # Update a record from the object >> Url.first.console_update # Update a group of records @@ -98,10 +101,10 @@ may have missed. == Motivation The need for editing speed in my {console-based project}[http://github.com/cldwalker/tag-tree]. -== Issues/Bugs +== Bugs/Issues Please report them {on github}[http://github.com/cldwalker/console_update/issues]. == Links * http://tagaholic.me/2009/02/28/Console-Update-With-Your-Editor.html