From 19e3cc604101eaf2133d6c96b3d9463ea3b524a8 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 11 Nov 2021 17:44:06 +0900 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ab4a5..b66132c 100644 --- a/README.md +++ b/README.md @@ -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.