Fix typo in README

This commit is contained in:
atjn
2021-05-04 15:40:44 +02:00
parent 8ed50d8f0c
commit ad0d46de3e

View File

@@ -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: