From fdd214282713e22934babc5550d8877f868278ba Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Wed, 16 Mar 2022 14:31:49 +0000 Subject: [PATCH] update README.md * text 'console program' to 'command-line interface' Signed-off-by: Daniel Santos --- README.md | 2 +- html/md_README.html | 2 +- 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() {
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

This program create an executable (or many) that will convert a number from one numerical system into another one.