From d2d4be563501b4092660f6fda41fb7d3c4807715 Mon Sep 17 00:00:00 2001 From: Lorenzo Giannini <155078354+LoweredgamesDev@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:24:47 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9f6bf5..c1b1ba86 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!WARNING] > This project is a prototype for a shippable Bevy Editor and is still in heavy development and testing. > Everything you see is very much a work-in-progress. Read about what we're building in the [Design Book](https://bevyengine.github.io/bevy_editor_prototypes/)! or [Figma document]. -> To run just type this ```cargo run``` or ```cargo run --example simple_editor``` command in the terminal of the ```bevy_editor_prototypes folder``` +> To run just type this ```cargo run``` or ```cargo run --example simple_editor``` command in the terminal of the bevy_editor_prototypes folder ## Figma Designs From 781b13faf3fc2ee901f56a2e3efc8d6b9eb9c1e5 Mon Sep 17 00:00:00 2001 From: Lorenzo Giannini <155078354+LoweredgamesDev@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:25:53 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b1ba86..19623117 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!WARNING] > This project is a prototype for a shippable Bevy Editor and is still in heavy development and testing. > Everything you see is very much a work-in-progress. Read about what we're building in the [Design Book](https://bevyengine.github.io/bevy_editor_prototypes/)! or [Figma document]. -> To run just type this ```cargo run``` or ```cargo run --example simple_editor``` command in the terminal of the bevy_editor_prototypes folder +> To run just type this ```cargo run``` or ```cargo run --example``` command in the terminal of the bevy_editor_prototypes folder ## Figma Designs From a91099bf2c1d975297d09e0b051c6380b420aa4f Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Thu, 23 Jan 2025 11:48:23 -0500 Subject: [PATCH 3/3] Style nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19623117..ed4f9a09 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!WARNING] > This project is a prototype for a shippable Bevy Editor and is still in heavy development and testing. > Everything you see is very much a work-in-progress. Read about what we're building in the [Design Book](https://bevyengine.github.io/bevy_editor_prototypes/)! or [Figma document]. -> To run just type this ```cargo run``` or ```cargo run --example``` command in the terminal of the bevy_editor_prototypes folder +> To run just type the ```cargo run``` or ```cargo run --example``` command in the terminal of the `bevy_editor_prototypes` folder ## Figma Designs