Skip to content

Commit

Permalink
Merge pull request #35 from ZivClinch/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ctolkien committed Mar 4, 2021
2 parents 4c8aa3e + c52bdda commit 48d3b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the extension methods now operate on `Task<T>`.

```csharp
// create an instance of the TinyPngClient
using var png = new TinyPngClient("yourSecretApiKey");
var png = new TinyPngClient("yourSecretApiKey");

// Create a task to compress an image.
// this gives you the information about your image as stored by TinyPNG
Expand Down

0 comments on commit 48d3b2f

Please sign in to comment.