about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2022-03-16 14:31:49 +0000
committerDaniel Santos <dacs.git@brilhante.top>2022-03-16 14:33:18 +0000
commitfdd214282713e22934babc5550d8877f868278ba (patch)
tree938f249ae4ad41e4ee1474becd6c195a420d0b03
parentacc212675774e27439017c63e75ec7f690f70af3 (diff)
downloadnumericx-c-fdd214282713e22934babc5550d8877f868278ba.tar.gz
update README.md
 * text 'console program' to 'command-line interface'

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
-rw-r--r--README.md2
-rw-r--r--html/md_README.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01249e1..11dbe1b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Numericx
 
-A console program that converts a number (or text) from one numerical system into another different numerical system.
+A command-line interface (CLI) program that converts a number (or text) from one numerical system into another different numerical system.
 
 ## Compiling
 
diff --git a/html/md_README.html b/html/md_README.html
index 9a60de8..e023717 100644
--- a/html/md_README.html
+++ b/html/md_README.html
@@ -66,7 +66,7 @@ $(function() {
   <div class="headertitle"><div class="title">Numericx </div></div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><p >A console program that converts a number (or text) from one numerical system into another different numerical system.</p>
+<div class="textblock"><p >A command-line interface (CLI) program that converts a number (or text) from one numerical system into another different numerical system.</p>
 <h1><a class="anchor" id="autotoc_md1"></a>
 Compiling</h1>
 <p >This program create an executable (or many) that will convert a number from one numerical system into another one.</p>