mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
commit 9d3f9be6252a7cb93e90e080313cd2935568e0e3
parent fd87207104465f49b124406d2939edc2f97a34a2
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Fri, 23 Apr 2021 02:02:04 -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:
 
-![Captura de pantalla 2021-04-23 014554](https://user-images.githubusercontent.com/64109770/115820677-b5e65780-a3d7-11eb-86d8-010cc18b0753.png)
+![matrix-calculator](https://user-images.githubusercontent.com/64109770/115820754-df06e800-a3d7-11eb-9f7a-ef9a31829438.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.