From 23ba97c49bb9ab300b22fcf66399d3eed1845949 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Sat, 19 Mar 2022 18:40:11 +0000 Subject: README.md: remove DEBUG flag * remove `DEBUG` compiler flag text * improve some UI of README.md Signed-off-by: Daniel Santos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8b7442..0df7a21 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ Below, are the meanings of the `FROM` flags. The `TO` flags are the same as the |Flag|Meaning| |---|---| -|FROM_NUMERALS|Define the numerical system numerals of the 'from'| -|FROM_UNITS_ON_THE_END|Defines the units case to be on the end (on the right) for the 'from'| -|FROM_FIRST_NUMBER_VOID|Defines the first number as a "not counting" for the 'from'| -|FROM_INFINITE_BASE|Defines the first number to be infinite, for the 'from' (for example, if the first numeral is 0, then 0 == 00 == 000 == 0000 ... . Or if the first numeral is 1, then 1 == 11 == 111 ...)| +|`FROM_NUMERALS`|Define the numerical system numerals of the 'from'| +|`FROM_UNITS_ON_THE_END`|Defines the units case to be on the end (on the right) for the 'from'| +|`FROM_FIRST_NUMBER_VOID`|Defines the first number as a "not counting" for the 'from'| +|`FROM_INFINITE_BASE`|Defines the first number to be infinite, for the 'from' (for example, if the first numeral is 0, then 0 == 00 == 000 == 0000 ... . Or if the first numeral is 1, then 1 == 11 == 111 ...)| -There is also the `DEBUG` flag, which will show all the steps that you number walked through. Remember: you use `-DDEBUG` as an compiler argument. +Remember: you use put a `-D` before these flags names as an compiler argument. For example, `-DFROM_NUMERALS=...`. ## Documentation -- cgit 1.4.1-2-gfad0