From 7b4f3cf7e215ca140c5699b70747bfd092a32f74 Mon Sep 17 00:00:00 2001 From: Chad Tolkien Date: Thu, 14 Oct 2021 07:36:42 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1616e7b..c07b9d8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ the extension methods now operate on `Task`. ```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