From 90da29d54f7aed66b46023d5cadc3eec430c1795 Mon Sep 17 00:00:00 2001
From: Utkarsh Verma <utkarshverma@protonmail.com>
Date: Tue, 23 Mar 2021 09:45:48 +0530
Subject: [PATCH] Update README.

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5c3507b..20c2503 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,9 @@ static const Block blocks[] = {
 
 Apart from that you can also modify the block delimiters and width of each block as shown.
 ```c
+// Maximum length of each block, expressed in number of characters.
 #define CMDLENGTH 50
+
 #define delimiter " "
 ```