Skip to content

Commit 5be7e32

Browse files
committed
Updated path to examples in getting_started.md.
1 parent 39aff0d commit 5be7e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To run an example, simply use `cargo run` and specify the backend with `--featur
2727

2828
```bash
2929
git clone https://github.com/gfx-rs/gfx
30-
cd gfx/examples/hal
30+
cd gfx/examples
3131
cargo run --bin quad --features vulkan
3232
cargo run --bin compute --features dx12 1 2 3 4
3333
```

0 commit comments

Comments
 (0)