README.md in money-open-exchange-rates-0.6.0 vs README.md in money-open-exchange-rates-0.6.1

- old
+ new

@@ -43,9 +43,15 @@ moe.secure_connection = true # (optional) # set historical date of the rate # see https://openexchangerates.org/documentation#historical-data moe.date = '2015-01-01' +# (optional) +# Set the base currency for all rates. By default, USD is used. +# OpenExchangeRates only allows USD as base currency +# for the free plan users. +moe.source = 'USD' + # Store in cache moe.save_rates Money.default_bank = moe ~~~