From ba35875a3edae243d1c105554404f8555c18d99f Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Fri, 10 Nov 2017 09:43:26 +0000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5737d..dc850f5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Request specific exchange rates by setting the symbols parameter. 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 let demo = () => { @@ -62,7 +62,7 @@ Then seed data with 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