Skip to content

Commit

Permalink
Merge pull request #24 from tsingwong/master
Browse files Browse the repository at this point in the history
docs: ✏️ typo, remove useless `examples`
  • Loading branch information
vpetrigo authored May 16, 2024
2 parents ed314cf + 18a0c9a commit e06d4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ general idea on how to bootstrap `no_std` networking and timestamping tools for
-------------------

Feature `async_tokio` allows to use crate together with [tokio](https://docs.rs/tokio/latest/tokio/).
There is an example: [`examples/tokio.rs`](examples/examples/tokio.rs).
There is an example: [`examples/tokio.rs`](examples/tokio.rs).

There is also `no_std` support with feature `async`, but it requires Rust >= `1.75-nightly` version.
The example can be found in [separate repository](https://github.com/vpikulik/sntpc_embassy).
Expand Down

0 comments on commit e06d4d0

Please sign in to comment.