diff --git a/embassy-net/README.md b/embassy-net/README.md index 48f9fd83..811321ca 100644 --- a/embassy-net/README.md +++ b/embassy-net/README.md @@ -49,7 +49,7 @@ trait has not had breaking changes. This crate can run on any executor. -[`embassy-time`](https://crates.io/crates/embassy-net-driver) is used for timekeeping and timeouts. You must +[`embassy-time`](https://crates.io/crates/embassy-time) is used for timekeeping and timeouts. You must link an `embassy-time` driver in your project to use this crate. ## License