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) {