Update README.

This commit is contained in:
Utkarsh Verma 2021-03-23 09:45:48 +05:30
parent 1d936dcadd
commit 90da29d54f
No known key found for this signature in database
GPG Key ID: 611291C16E1D6F95

View File

@ -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. Apart from that you can also modify the block delimiters and width of each block as shown.
```c ```c
// Maximum length of each block, expressed in number of characters.
#define CMDLENGTH 50 #define CMDLENGTH 50
#define delimiter " " #define delimiter " "
``` ```