From 487a10443bb4d4f4695fd8810b04dddc06ad728e Mon Sep 17 00:00:00 2001 From: tejas <6154318+tk26@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:08:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79cb55..6b57000 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You will need to get a Courier API key to get started. You can sign up and creat ### v3 to v4 -v4 uses native fetch client to make requests or falls back to a polyfill if the client doesn't exist in the environment it's running in. Check [Error Handling](###Error-Handling) out. +v4 uses native fetch client to make requests or falls back to a polyfill if the client doesn't exist in the environment it's running in. Check [Error Handling](#Error-Handling) out. ## Getting Started