diff --git a/README.md b/README.md index e685872..7f022a6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Located inside the Root folder is a config.json. Should it not exist, a new one Here you can see all the config Items with a description of how to use them: ```Java { - // One of 7 possible Dithering algorithms. Most of these don't require imagemagick to be installed, except for the last one. + // One of 16 possible Dithering algorithms. Most of these don't require imagemagick to be installed, except for the last one. // 0 = None, 1-3 = Bayer8x8/4x4/1x1, 4 = Floyd Steinberg, 5 = Atkinson, 6 = Burkes, 7 = Jarvis, 8 = Sierra3, 9 = StevensonArce, 10 = Sierra2, 11 = Sierra3 (duplicate) // 12 = SierraLite, 13 = Stucki, 14 = Ordered3x3, 15 = imagemagick (needs to be installed) // Different Algorithms will look better on different videos.