Skip to content

Commit

Permalink
Add chat button
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 authored May 15, 2019
1 parent 225d8c1 commit 6e63db8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -31,4 +33,4 @@ void main()
else
completion.map!(a => text(a.type, ": ", a.text)).each!writeln;
}
```
```

0 comments on commit 6e63db8

Please sign in to comment.