Skip to content

Commit

Permalink
Improve documentation of adding a new currency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexspeller committed Jun 10, 2011
1 parent 9e14ab3 commit 94f5041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ To define a new `Money::Currency` simply add a new item to the
`Money::Currency::TABLE` hash, where the key is the identifier for the currency
object and the value is a hash containing all the currency attributes.

Money::Currency::TABLE[:USD] = {
Money::Currency::TABLE[:usd] = {
:priority => 1,
:iso_code => "USD",
:name => "United States Dollar",
Expand Down

0 comments on commit 94f5041

Please sign in to comment.