README.rdoc in currency_select-0.1.4 vs README.rdoc in currency_select-0.1.5
- old
+ new
@@ -3,9 +3,16 @@
Adds a currency_select helper to Ruby on Rails projects, allowing you to get
a HTML select list of available currencies.
The list of currencies are provided by the {Money}[http://money.rubyforge.org/] gem.
+= Installation
+
+Add the following to your Gemfile
+
+gem 'currency_select', github: 'tanordheim/currency_select'
+
+
= Example
currency_select("user", "currency")
== Copyright