From aef78bcc7b7d45081c5f9fa1660919f0d1edfb31 Mon Sep 17 00:00:00 2001 From: Gab Campbell Date: Mon, 10 Aug 2020 15:46:48 -0700 Subject: [PATCH] Add discord server link to bevy readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e5dd7b6f5..a8171abc25 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang * **[The Bevy Book](https://bevyengine.org/learn/book/introduction):** Bevy's official documentation. The best place to start learning Bevy. * **[Bevy Rust API Docs](https://docs.rs/bevy):** Bevy's Rust API docs, which are automatically generated from the doc comments in this repo. +## Community +* **[Discord Server](https://discord.gg/gMUk5Ph):** Bevy's official discord server. + ## Getting Started We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book/introduction) for a full tutorial. You can quickly try out the [examples](/examples) by cloning this repo and running the following command: