mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
commit 52b76cb57ec8017cf53b528e89a1b01afec34fcb
parent 6ad4b25aa9634a0ed4fdb4c52dd561278692232a
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Fri, 23 Apr 2021 01:30:50 -0300

Update README.md
Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,8 @@
 # matrix-calculator-cli
-Simple non interactive program (for now) that can perform matrix operations 
+WARNING! Work in progress, it doesn't work at the moment!
 
-The main prompt looks something like this:
+Matrix calculator is a simple interactive program that can perform matrix operations on the command line.
 
+The main prompt looks something like this:
 
 ![alt text](https://github.com/klewer-martin/matrix-calculator-cli/blob/main/matrix-calculator.png?raw=true)