diff --git a/ReadMe.md b/ReadMe.md index 1b09ef7..d6f1877 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,8 +8,13 @@ This is a .NET 8 library for the WakaTime API. It is a simple wrapper around the [WakaTime](https://wakatime.com/) API, which allows you to easily interact with the API. ## Usage - To use the library, you'll need to get an API key from the [WakaTime website](https://wakatime.com/settings/api-key). +### Add the WakaTimeApi package +``dotnet add package WakaTimeApi --version 0.6.0`` +```xml + + +``` ### Using Service Provider