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