README.rdoc in railhead_autoformat-0.0.2 vs README.rdoc in railhead_autoformat-0.0.3

- old
+ new

@@ -2,22 +2,18 @@ RailheadAutoformat is a Ruby on Rails plugin that automatically cleans up input fields. == Installation -Installation is available as gem (recommended): +Add to your Gemfile: gem 'railhead_autoformat' -Or as Rails plugin: - - $ ruby script/plugin install git://github.com/nagybence/railhead_autoformat.git - == Usage It works fully automatically, but there is one options to modify the default behavior. - auto_format :except => [:title] + auto_format except: [:title] == License -Copyright (c) 2012 Bence Nagy (nagybence@tipogral.hu), released under the MIT license. +Copyright (c) 2012-2015 Bence Nagy (bence.nagy@gmail.com), released under the MIT license.