Skip to content

Commit

Permalink
fix readme, add missed link
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 10, 2023
1 parent a68e4e4 commit 0b26d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playdate-sys"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
build = "src/build.rs"
include = ["gen/*.rs"]
Expand Down
2 changes: 1 addition & 1 deletion api/sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ arm-none-eabi-gcc ./target/thumbv7em-none-eabihf/release/libexample.a \

- - -

See examples (__🚨 TODO: LINK HERE__).
See [examples](https://github.com/boozook/playdate/tree/main/api/sys/examples).


### Configure profile
Expand Down

0 comments on commit 0b26d46

Please sign in to comment.