From c655b16cb8b11c42850dabe220f9c7e2b86007e0 Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Sat, 17 Mar 2018 14:28:52 +0000 Subject: [PATCH] Add note to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b5ede7f..8778be2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Change the amount requested. GET /latest?amount=100 ``` +Finally, use all the above together. + +```http +GET /latest?from=EUR&to=GBP&amount=100 +``` + The primary use case is client side. For instance, with [money.js](https://openexchangerates.github.io/money.js/) in the browser ```js