Skip to content

Commit

Permalink
Fix typo in cargo run command. (#2582)
Browse files Browse the repository at this point in the history
I think someone by mistake wrote `cargo run -p hello_world` instead of `cargo run -p keyboard_events`.
  • Loading branch information
apoorv569 authored Jan 17, 2023
1 parent cd0f66b commit 0eabd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/keyboard_events/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```sh
cargo run -p hello_world
cargo run -p keyboard_events
```

![](screenshot.png)

0 comments on commit 0eabd89

Please sign in to comment.