Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejkang committed Aug 16, 2024
1 parent 7c7a286 commit 3aa3095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3aa3095

Please sign in to comment.