Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a340c32

Browse files
Added new provider "Currency Layer"
1 parent 50f0c79 commit a340c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ swap.addProvider(new swap.providers.NationalBankOfRomania(options));
195195
- [Currency Layer](https://currencylayer.com/)
196196
Supports multiple currencies as base and quote currencies.
197197
```js
198-
// options.accessKey (required) API access key from Currency Layer
198+
// options.accessKey (required) API access key from Currency Layer.
199199
// options.timeout in ms (optional) To set request timeout (default: 3000ms)
200200
swap.addProvider(new swap.providers.CurrencyLayer(options));
201201
```

0 commit comments

Comments
 (0)