aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/README.md
diff options
context:
space:
mode:
authorJan Niehusmann <[email protected]>2023-08-02 20:13:48 +0000
committerJan Niehusmann <[email protected]>2023-08-02 20:13:48 +0000
commit33778d37721a076e1f64b0913cf1277257bd2b09 (patch)
tree371a2a2a2a836f735ff7ffc0dd19786f8d6db654 /embassy-net/README.md
parent0d8a9b1e7a963fe1a1a3cf0e10c33314bba65e2d (diff)
Fix link to embassy-time in embassy-net/README.md
Diffstat (limited to 'embassy-net/README.md')
-rw-r--r--embassy-net/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md
index 48f9fd832..811321ca4 100644
--- a/embassy-net/README.md
+++ b/embassy-net/README.md
@@ -49,7 +49,7 @@ trait has not had breaking changes.
49 49
50This crate can run on any executor. 50This crate can run on any executor.
51 51
52[`embassy-time`](https://crates.io/crates/embassy-net-driver) is used for timekeeping and timeouts. You must 52[`embassy-time`](https://crates.io/crates/embassy-time) is used for timekeeping and timeouts. You must
53link an `embassy-time` driver in your project to use this crate. 53link an `embassy-time` driver in your project to use this crate.
54 54
55## License 55## License