From b7a41da6d4bf760e3f75ff749b84e648e36eaea4 Mon Sep 17 00:00:00 2001 From: Jesper Balman Gravgaard Date: Tue, 2 Oct 2018 00:15:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603379330..8e311c0e8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The KickC language is classic C with some limitations, some modifications and so ## BETA -KickC is currently in beta, and crashes quite often resulting in some cryptic errors. Also it will some times create ASM code that does not work properly. +KickC is currently in beta, and crashes quite often resulting in cryptic errors. Also it will some times create ASM code that does not work properly. Feel free to test it and report any problems or errors you encounter, but do not expect it to produce production quality code. Also, be prepared that major breaking changes (to syntax, to semantics, etc.) may be implemented in the next versions.