From 04580b0bcbd8c12433b857b58a15b67bcf2510e9 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 22 Jul 2021 13:48:19 -0400 Subject: [PATCH] Fix typo uncluding => including --- libsquoosh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsquoosh/README.md b/libsquoosh/README.md index af8c9a93..cdb05650 100644 --- a/libsquoosh/README.md +++ b/libsquoosh/README.md @@ -30,7 +30,7 @@ const imagePath = 'path/to/image.png'; const image = imagePool.ingestImage(imagePath); ``` -The `ingestImage` function can take anything the node [`readFile`][readfile] function can take, uncluding a buffer and `FileHandle`. +The `ingestImage` function can take anything the node [`readFile`][readfile] function can take, including a buffer and `FileHandle`. The returned `image` object is a representation of the original image, that you can now preprocess, encode, and extract information about.