From 059966bc58b781b5ae535c2e98bc8cb7c72b0deb Mon Sep 17 00:00:00 2001 From: vylion Date: Mon, 17 Feb 2020 08:51:36 +0100 Subject: [PATCH] Extra line on the README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c137129..f7c3fb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Current state -- Reads a string of words referring to a numeral and prints the digit equivalent. +Reads a string of words referring to a numeral and prints the digit equivalent. For example: `./bin/main "two hundred thousand, four hundred forty"` prints *200440*. @@ -24,3 +24,4 @@ For example: - Better implement the language-agnostic setup (make NumeralManager to read from a file, instead of having a separate .cpp file only with the "language_setup" function) - Error handling - Make the whole CLI interface (help/usage tooltip message, options to read a [list of] string[s] or a [list of] file[s], ...) +- Proper CMake configuration instead of a modified version of a Makefile generated at start -- 2.51.2