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:
apoorv569 2023-01-17 15:28:38 +05:30 committed by GitHub
parent cd0f66b9ae
commit 0eabd894bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
```sh ```sh
cargo run -p hello_world cargo run -p keyboard_events
``` ```
![](screenshot.png) ![](screenshot.png)