Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoVG authored Jun 27, 2024
1 parent 74c437c commit 3310283
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!--.csproj-->
<PackageReference Include="WakaTimeApi" Version="0.6.0" />
```

### Using Service Provider

Expand Down

0 comments on commit 3310283

Please sign in to comment.