From 4d3de5ff82aa43314ce8ef3f58e32b18df8834e1 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 28 Sep 2021 23:20:36 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b48567..6850c73 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ Current instruction set |**JME**|label,var1,var2 or value|If var2 or the value is more or equal than var 1, jump to label|`JME lab v1 v2`| |**OUT**|freeform text|output text $variable$s will be replaced|`OUT Hello $user$`| |**IN**|type,variable,request|Input a value, printing a text|`IN w Width`| -|**END**|-|Quit program|`END'| +|**END**|-|Quit program|`END`|