From 3c3aa14a303fcc3226e59e2282dcd8cf6d833b77 Mon Sep 17 00:00:00 2001 From: Iyamu Hope Date: Thu, 3 Nov 2022 05:27:08 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddb68e3..e4537a0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ * Interpreter was written with C language * C files are compiled using `gcc 4.8.4` * C files are written according to the C90 standard -* Tested on Ubuntu 14.04 LTS +* Tested on Ubuntu 20.04 LTS ## Usage To compile all files: @@ -106,5 +106,5 @@ L3: unknown instruction pcx ### Return value When there is no errors, `monty` returns `0`. Otherwise, returns `1` -## Authors +## Author * Iyamu Hope: [LinkedIn](https://linkedin.com/in/iyamuhope) - [GitHub](https://github.com/horpeazy)