Skip to content

Commit

Permalink
docs: ✏️ typo, remove useless examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingwong committed May 16, 2024
1 parent ed314cf commit 18a0c9a
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 18a0c9a

Please sign in to comment.