Skip to content

Commit 5e99c06

Browse files
committed
Fixed readme to show how to run examples
1 parent afd0bf3 commit 5e99c06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ let mut blinkt = Blinkt::new()?;
2626
blinkt.set_all_pixels(255, 0, 0, 1.0);
2727
blinkt.show()?;
2828
```
29+
30+
## Examples
31+
32+
To run an example use the `cargo run --example [name]` command.
33+
34+
Current examples:
35+
36+
- `cargo run --example fade`

0 commit comments

Comments
 (0)