From 28ca47d726b4dc8537b5b929255670d4925289e0 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Tue, 5 Mar 2024 13:33:24 +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 54565f6..d5b4197 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 mechanism in your code, for example if `cdn.jsdelivr.net` link fails, fetch from `currency-api.pages.dev` +**Warning:** Please include above Fallback 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)