Skip to content

Commit

Permalink
updated readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed May 8, 2017
1 parent b986ac8 commit 4f6f038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,12 @@ Install via Nuget
Install-Package TinyPNG
```

Install via `dotnet`

```
dotnet add package TinyPNG
```

## Quickstart
```csharp
using (var png = new TinyPngClient("yourSecretApiKey"))
Expand Down

0 comments on commit 4f6f038

Please sign in to comment.