Fix typo in cargo run command. (#2582)
I think someone by mistake wrote `cargo run -p hello_world` instead of `cargo run -p keyboard_events`.
This commit is contained in:
parent
cd0f66b9ae
commit
0eabd894bd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
```sh
|
```sh
|
||||||
cargo run -p hello_world
|
cargo run -p keyboard_events
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in a new issue