From 33f8961c1e58f51244577356f9a28ced9d28e08f Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Tue, 5 Mar 2024 16:26:20 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b4197..8cf9dc1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This fallback URL only returns latest currencies > Get the currency list with BTC as base currency:
https://currency-api.pages.dev/v1/currencies/btc.json -**Warning:** Please include above Fallback in your code, for example if `cdn.jsdelivr.net` link fails, fetch from `currency-api.pages.dev` +**Warning:** Please include [Fallback mechanism](https://github.com/fawazahmed0/exchange-api/issues/90#issue-2168885277) in your code, for example if `cdn.jsdelivr.net` link fails, fetch from `currency-api.pages.dev` **Migrating from Previous Currency API:** [Read this](https://github.com/fawazahmed0/exchange-api/blob/main/MIGRATION.md)