Update README

This commit is contained in:
Hakan Ensari 2017-11-10 09:43:26 +00:00 committed by GitHub
parent 1f9c65419e
commit ba35875a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Request specific exchange rates by setting the symbols parameter.
GET /latest?symbols=USD,GBP GET /latest?symbols=USD,GBP
``` ```
Use [money.js](https://openexchangerates.github.io/money.js/) in the browser. The primary use case is client side. For instance, with [money.js](https://openexchangerates.github.io/money.js/) in the browser
```js ```js
let demo = () => { let demo = () => {
@ -62,7 +62,7 @@ Then seed data with
docker-compose run web rake db:migrate rates:load docker-compose run web rake db:migrate rates:load
``` ```
In development, access the API at Now you can access the API at
``` ```
http://localhost:8080 http://localhost:8080