aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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