diff options
| -rw-r--r-- | embassy-net/README.md | 2 |
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 | ||
| 50 | This crate can run on any executor. | 50 | This 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 |
| 53 | link an `embassy-time` driver in your project to use this crate. | 53 | link an `embassy-time` driver in your project to use this crate. |
| 54 | 54 | ||
| 55 | ## License | 55 | ## License |
