From 21e132c192a36e0c4437a16e2341b361a57ec722 Mon Sep 17 00:00:00 2001 From: VIkill33 <78488529+VIkill33@users.noreply.github.com> Date: Thu, 11 Aug 2022 11:32:06 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0529ff1..19345c3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ ContributionChartView(data: yourData, ``` Make sure that yourData (**a double array**) you pass has exactly `yourRows * yourColumns` numbers, and the targetValue is recommanded to set to the max value of the array. -The color of a block will appear as exactly the color as parameter `blockColor` when its value is equal to targetValue, and appears light gray when is equal to zero. +The color of a block will appear as exactly the color as parameter `blockColor` when its value is equal to `targetValue`, and appears light gray when is equal to zero. The top-Leading block represents the first value in array, while the bottom-trailing represents the last. And the order follows as below: