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: