Skip to content

Commit ec10bef

Browse files
committed
markdown formatting
1 parent dd892df commit ec10bef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs-template/EXAMPLE_README.md.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ To build for WebGPU, you'll need to disable default features and add all those y
239239

240240
Bevy has an helper to build its examples:
241241

242-
* Build for WebGL2: `cargo run -p build-wasm-example -- --api webgl2 load_gltf`
243-
* Build for WebGPU: `cargo run -p build-wasm-example -- --api webgpu load_gltf`
242+
- Build for WebGL2: `cargo run -p build-wasm-example -- --api webgl2 load_gltf`
243+
- Build for WebGPU: `cargo run -p build-wasm-example -- --api webgpu load_gltf`
244244

245245
This helper will log the command used to build the examples.
246246

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ To build for WebGPU, you'll need to disable default features and add all those y
528528

529529
Bevy has an helper to build its examples:
530530

531-
* Build for WebGL2: `cargo run -p build-wasm-example -- --api webgl2 load_gltf`
532-
* Build for WebGPU: `cargo run -p build-wasm-example -- --api webgpu load_gltf`
531+
- Build for WebGL2: `cargo run -p build-wasm-example -- --api webgl2 load_gltf`
532+
- Build for WebGPU: `cargo run -p build-wasm-example -- --api webgpu load_gltf`
533533

534534
This helper will log the command used to build the examples.
535535

0 commit comments

Comments
 (0)