Fix typo in README.md

This commit is contained in:
Stephen Seo 2021-11-11 17:44:06 +09:00
parent ff3b69cc6a
commit 19e3cc6041

View file

@ -1,4 +1,4 @@
# Dithering
Currently, this project only genereates blue-noise, which can be used for dithering.
Currently, this project only generates blue-noise, which can be used for dithering.
The blue-noise can be generated via OpenCL or with threads on the CPU.