From 3aa3095b10ac1f27ff1cc4bb560b06c33effdb3a Mon Sep 17 00:00:00 2001 From: stevejkang Date: Fri, 16 Aug 2024 14:23:42 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c783a35..181557f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ var decoder = new DWebp(stream); Note that `node-webp` will start consuming the input stream only when `.write()`, `.stream()` or `.toBuffer()` is called. -### Encoding and decodind WebP images +### Encoding and decoding WebP images ```js encoder.write('image.webp', function(err) {