update README.md

* text 'console program' to 'command-line interface'

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
This commit is contained in:
Daniel Santos 2022-03-16 14:31:49 +00:00
parent acc2126757
commit fdd2142827
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>