Skip to content

Commit

Permalink
Merged pull request #3 from semaperepelitsa/patch-1.
Browse files Browse the repository at this point in the history
Fix => to = in Readme.
  • Loading branch information
pr0d1r2 committed Apr 27, 2011
2 parents 53a0d2b + a707961 commit d939627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -65,7 +65,7 @@ Defaults

You can set the base currency by using the *base_currency* class method. This defaults to 'USD'.

ISO4217::Currency.base_currency => 'GBP'
ISO4217::Currency.base_currency = 'GBP'

The exchange rate is either set manually or if nil looked up on Yahoo Finance and cached. If you want to disable looking up the currency set the *import_exchange_rates* class method to false.

Expand Down

0 comments on commit d939627

Please sign in to comment.