Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx committed Aug 31, 2015
1 parent 9092fbe commit f51cf6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Money.default_bank = mclb
~~~ ruby
mclb = Money::Bank::CurrencylayerBank.new

# Which base currency is set for all rates.
# Returns the base currency set for all rates.
mclb.source

# Expires rates if the expiration time is reaced.
# Expires rates if the expiration time is reached.
mclb.expire_rates!

# Return true if the expiration time is reaced.
# Return true if the expiration time is reached.
mclb.expired?

# Get the API source url.
Expand Down

0 comments on commit f51cf6a

Please sign in to comment.