From 07a0ce0a312f727c910e06ee67eede1b85320650 Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Wed, 4 Sep 2024 21:27:19 +0300 Subject: [PATCH] Don't suggest not to read README in README (#295) The README is useful even if you watch the video. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fb79e..6c5ef22 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This template is a great way to get started on a new [Bevy](https://bevyengine.o Start with a [basic project structure](#write-your-game) and [CI / CD](#release-your-game) that can deploy to [itch.io](https://itch.io). You can [try this template in your web browser!](https://the-bevy-flock.itch.io/bevy-quickstart) -Don't want to read through the whole README? [@ChristopherBiscardi](https://github.com/ChristopherBiscardi) made a video on how to use the template from start to finish: +[@ChristopherBiscardi](https://github.com/ChristopherBiscardi) made a video on how to use this template from start to finish: [A video tutorial for bevy_quickstart](https://www.youtube.com/watch?v=ESBRyXClaYc)