Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Jul 6, 2020
1 parent 884caf6 commit 355bccc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .gitignore
@@ -1,6 +1,5 @@
*.lock
*.gem
*.swp
*.lock
TEST_APP_ID
test/integration/.bundle
coverage
test/integration/.bundle
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2011-2019 Laurent Arnoud <laurent@spkdev.net>
Copyright (c) 2011-2020 Laurent Arnoud <laurent@spkdev.net>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -30,15 +30,15 @@ gem 'money-open-exchange-rates'

And then execute:

~~~
```
bundle
~~~
```

Or install it yourself as:

~~~
```
gem install money-open-exchange-rates
~~~
```

## Usage

Expand Down Expand Up @@ -195,7 +195,7 @@ oxr.app_id = ENV['OXR_API_KEY']
oxr.show_alternative = true
oxr.prettyprint = false

# This can be removed is you have data to avoid http call on boot for production
# This can be removed if you have data to avoid http call on boot for production
oxr.update_rates

Money.default_bank = oxr
Expand Down Expand Up @@ -230,9 +230,9 @@ or using base currency rate to both currencies forming the pair.

## Tests

~~~
```
bundle exec rake
~~~
```

## Refs

Expand All @@ -249,7 +249,7 @@ See [GitHub](https://github.com/spk/money-open-exchange-rates/graphs/contributor

The MIT License

Copyright © 2011-2019 Laurent Arnoud <laurent@spkdev.net>
Copyright © 2011-2020 Laurent Arnoud <laurent@spkdev.net>

---
[![Build](https://img.shields.io/travis/spk/money-open-exchange-rates.svg)](https://travis-ci.org/spk/money-open-exchange-rates)
Expand Down

0 comments on commit 355bccc

Please sign in to comment.