From 4cf0082cbb7252b78fc8dd776b085518fffc2eb4 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Tue, 23 Aug 2022 23:01:01 +0100 Subject: [PATCH] Fix typo. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a931fc..1068b1d 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ cargo run --example shapes ## Features -- `align16` _(default)_ - Aligns uniform structs to 16-byte boundaries. -This is required by WebGL and some downlevel GPUs. -- `bevy_ui` _(default)_ - Adds a render graph edge to prevent clashing with the UI. -This adds a dependency on the `bevy_ui` crate and can disabled if it is not used. +- `align16` _(default)_ - Aligns uniform structs to 16-byte boundaries. This is +required by WebGL and some downlevel GPUs. +- `bevy_ui` _(default)_ - Adds a render graph edge to prevent clashing with the +UI. This adds a dependency on the `bevy_ui` crate and can be disabled if it is +not used. ## Licence