Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien authored Oct 13, 2021
1 parent 09cf658 commit 7b4f3cf
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 @@ -44,7 +44,7 @@ the extension methods now operate on `Task<T>`.

```csharp
// create an instance of the TinyPngClient
var png = new TinyPngClient("yourSecretApiKey");
using 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 7b4f3cf

Please sign in to comment.