Skip to content

Commit 196bbe6

Browse files
committed
fix: update readmes
1 parent 7085b4e commit 196bbe6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![Total Downloads](https://img.shields.io/packagist/dt/florianv/swap-bundle.svg?style=flat-square)](https://packagist.org/packages/florianv/swap-bundle)
55
[![Version](http://img.shields.io/packagist/v/florianv/swap-bundle.svg?style=flat-square)](https://packagist.org/packages/florianv/swap-bundle)
66

7-
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://fixer.io)** or **[currencylayer](https://currencylayer.com)** and optionally cache the results.
7+
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://fixer.io)**, **[currencylayer](https://currencylayer.com)**
8+
or **[exchangeratesapi](https://exchangeratesapi.io)** and optionally cache the results.
89

910
## Sponsors
1011

@@ -17,6 +18,10 @@ Swap allows you to retrieve currency exchange rates from various services such a
1718
<td><img src="https://s3.amazonaws.com/swap.assets/currencylayer_icon.png" width="50px"/></td>
1819
<td><a href="https://currencylayer.com">currencylayer</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td>
1920
</tr>
21+
<tr>
22+
<td><img src="https://exchangeratesapi.io/assets/images/api-logo.svg" width="50px"/></td>
23+
<td><a href="https://exchangeratesapi.io">exchangeratesapi</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td>
24+
</tr>
2025
</table>
2126

2227
## QuickStart

Resources/doc/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<td><img src="https://s3.amazonaws.com/swap.assets/currencylayer_icon.png" width="50px"/></td>
1212
<td><a href="https://currencylayer.com">currencylayer</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td>
1313
</tr>
14+
<tr>
15+
<td><img src="https://exchangeratesapi.io/assets/images/api-logo.svg" width="50px"/></td>
16+
<td><a href="https://exchangeratesapi.io">exchangeratesapi</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td>
17+
</tr>
1418
</table>
1519

1620
## Index
@@ -61,9 +65,10 @@ florianv_swap:
6165
currency_layer: # currencylayer
6266
access_key: secret
6367
enterprise: true
68+
exchange_rates_api: # exchangeratesapi.io
69+
access_key: secret
6470
webservicex: ~ # WebserviceX
6571
cryptonator: ~ # Cryptonator
66-
exchange_rates_api: ~ # exchangeratesapi.io
6772
forge: # Forge
6873
api_key: secret
6974
russian_central_bank: ~ # Russian Central Bank

0 commit comments

Comments
 (0)