From 622a03c1911e57177d8b1415ae7246fc889f6f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20=C3=87ak=C4=B1r?= Date: Sat, 3 Feb 2024 21:31:26 +0300 Subject: [PATCH] fixed wrong type name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c70c73..5e394a7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add this reference where you want to use imagekit.io services: ```cs using Imagekit; -ImageKitClient imagekit = new ImageKitClient(publicKey, privateKey, urlEndPoint); +ImagekitClient imagekit = new ImagekitClient(publicKey, privateKey, urlEndPoint); ``` **Note**: You can get the `apiKey`, `apiSecret`, and ImagekitId from your [Imagekit.io dashboard](https://imagekit.io/dashboard). @@ -911,4 +911,4 @@ For any feedback or to report any issues or general implementation support, plea ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) File for details \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) File for details