diff --git a/README.md b/README.md index 8a32eae..df717c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DietComplete +Join the chat: [![Join on Discord](https://discordapp.com/api/guilds/242094594181955585/widget.png?style=shield)](https://discord.gg/Bstj9bx) + An error correcting diet parser based on the diet-ng spec. See [SPEC.md](SPEC.md) for the added grammar by this repository. ## Example @@ -31,4 +33,4 @@ void main() else completion.map!(a => text(a.type, ": ", a.text)).each!writeln; } -``` \ No newline at end of file +```