From 1f3a16eea5bffff9ecb936ed1b68c69a6d47d642 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 20 Dec 2021 10:27:19 -0500 Subject: [PATCH] Typo in README: minDotSize, maxDotSize and dotSizeFactor are all camel case. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab7af47..a90f0df 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ public int centroidsPerPass = 500; public int testsPerFrame = 90000; public int maxGenerations = 5; //number of generations -public float MinDotSize = 1.25; -public float MaxDotSize; -public float DotSizeFactor = 4; +public float minDotSize = 1.25; +public float maxDotSize; +public float dotSizeFactor = 4; public int maxParticles = 2000; // Max value is normally 10000. public float cutoff = 0; // White cutoff value