From c52bddad7b809bd68a0107baf2fa901245b7b3d4 Mon Sep 17 00:00:00 2001 From: Ziv Weissman <43790030+ZivClinch@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:26:37 +0200 Subject: [PATCH] Update README.md TinyPngClient no longer inherits IDisposable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d78aa..8580ed9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ the extension methods now operate on `Task`. ```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