From c68f1cb92cbe472e5230b1ecfe0e5d5dde1b528a Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 7 Jun 2020 07:12:07 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b903c..7f9fd05 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ My computer programming language made with LEX/YACC written in C. (interpreted) Supports both linux and windows, download link for current build can be found here: [download link](https://githacks.org/xerox/deon/-/tags) # Hello World. -Hello world in Deon. +Hello world in Eon. ```c def main: From 4bf6ade1d078a01e775f61fbff232e5e14aa124c Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 7 Jun 2020 07:12:44 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9fd05..8faf280 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Deon programming language V0.9.6 +# Eon programming language V0.9.6 My computer programming language made with LEX/YACC written in C. (interpreted) # Downloads