From 133fd02aca9e64e970023ebf2b7a31513864dde7 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Sat, 2 Mar 2024 18:19:17 +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 fc35103..e9cb2e2 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 URL in your code, for example if `cdn.jsdelivr.net` link fails, fetch from `currency-api.pages.dev` +**Warning:** Please include above Fallback mechanism 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)