From c9c23d76b1ec244e0c4ed23ec2dd2fe7a9f03491 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Sat, 2 Mar 2024 18:21:58 +0530 Subject: [PATCH] Update MIGRATION.md --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index ac1c831..4354a31 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -15,4 +15,4 @@ json = fetchJSON(`/currencies/{fromCurrency}`) rate = json[fromCurrency][toCurrency] ``` -4. (Optional Step) Add [Fallback mechanism](https://github.com/fawazahmed0/exchange-api/blob/main/README.md#:~:text=Additional%20Fallback%20URL%20on%20CloudFlare%3A) in your code, to avoid issues in the future. +4. (Optional Step) Add [Fallback mechanism](https://github.com/fawazahmed0/exchange-api/blob/main/README.md#:~:text=Additional%20Fallback%20URL%20on%20CloudFlare%3A) in your code, to avoid any issue in the future.