From ad2bb7ccedb3496cda38c668bac14206ceed215e Mon Sep 17 00:00:00 2001 From: Jesper Balman Gravgaard Date: Wed, 3 Mar 2021 07:45:06 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb281807a..553e13650 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ KickC uses the very versatile [Kick Assembler](http://theweb.dk/KickAssembler). * [Discuss](https://www.facebook.com/groups/302286200587943/) the compiler and receive news on facebook +* [Chat](https://discord.gg/q6TFMZvfg5) on discord + * [Contribute](https://gitlab.com/camelot/kickc/blob/master/CONTRIBUTING.md) to the development of KickC ## BETA KickC is currently in beta, and at times crash or creates 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 breaking changes (to syntax, to semantics, etc.) may be implemented in the next versions. \ No newline at end of file +Also, be prepared that breaking changes (to syntax, to semantics, etc.) may be implemented in the next versions.