Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
This project is licensed under the MIT License - see the [LICENSE](LICENSE) File for details