From 8c34037373be33b905864565f8e1ec4d6f6a51be Mon Sep 17 00:00:00 2001 From: Nana Adjei Manu Date: Sat, 30 Mar 2024 03:55:13 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b39210..c8104b3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ import { APIToolkit } from 'apitoolkit-express'; const apitoolkitClient = APIToolkit.NewClient({ apiKey: '' }); ``` -where `` is the API key which can be generated from your [apitoolkit.io](apitoolkit.io) accoun +where `` is the API key which can be generated from your [apitoolkit.io](apitoolkit.io) account Next, you can use the apitoolkit middleware for your respective routing library.