mcalc

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

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ matrix-calculator-cli it's a simple interactive program written in C, that can p
 
 The main prompt looks something like this:
 
-![alt text](https://github.com/klewer-martin/matrix-calculator-cli/blob/master/matrix-calculator.png?raw=true)
+![Captura de pantalla 2021-04-23 014554](https://user-images.githubusercontent.com/64109770/115820677-b5e65780-a3d7-11eb-86d8-010cc18b0753.png)
 
 To install it you will need a C compiler(e.g. gcc, clang), GNU make, and the source code that you can download from this repo, then you navigate to the downloaded folder with the terminal of you choice and compile the program running the command:
   $ make.