From adad28fd8dce4c08d70406e65ec40a63bda4c13b Mon Sep 17 00:00:00 2001 From: Ryan Zayne <93886198+Ryan-Zayne@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:56:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0428f9..0386552 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CallApi Fetch is an extra-lightweight wrapper over fetch that provides convenient options for making HTTP requests, while keeping the API familiar to the fetch api. -It takes in a url and an request options object, just like fetch, but with some additional options to make your life easier. Check out the [API Reference](#api-reference) for more details. +It takes in a url and an options object, just like fetch, but with some additional options to make your life easier. Check out the [API Reference](#api-reference) for more details. ## Installing CallApi