From ad0d46de3ee20d1673cc146af39835bae6e19a34 Mon Sep 17 00:00:00 2001 From: atjn Date: Tue, 4 May 2021 15:40:44 +0200 Subject: [PATCH] Fix typo in README --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 0913f4b1..01a40448 100644 --- a/api/README.md +++ b/api/README.md @@ -76,7 +76,7 @@ await imagePool.close(); ## Writing encoded images to the file system -When you have encoded an image, you normally want write it to a file. +When you have encoded an image, you normally want to write it to a file. This example takes an image that has been encoded as a `jpg` and writes it to a file: