From 419ac973ef5842ed7929d2733c8b11ee41747a89 Mon Sep 17 00:00:00 2001 From: ZJPzjp Date: Sun, 14 Aug 2022 19:19:27 +0800 Subject: [PATCH] update the `StreamMap` link in README (#106) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e932766..ffd4bbf 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ implements this using one [broadcast channel][broadcast] per channel and a the server to update the active subscriptions. [broadcast]: https://docs.rs/tokio/*/tokio/sync/broadcast/index.html -[`StreamMap`]: https://docs.rs/tokio/*/tokio/stream/struct.StreamMap.html +[`StreamMap`]: https://docs.rs/tokio-stream/*/tokio_stream/struct.StreamMap.html ### Using a `std::sync::Mutex` in an async application