From 9741f0eb8311f62cfd5292fd4d8f7e1459b89abf Mon Sep 17 00:00:00 2001 From: Ilya Baryshnikov Date: Mon, 23 Mar 2020 11:25:14 +0300 Subject: [PATCH] One more link changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f39fac5..d95d7e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # async-tungstenite Asynchronous WebSockets for [async-std](https://async.rs), -[tokio](https://tokio.rs), [gio](https://www.gtk-rs.org) and any `std` +[tokio](https://tokio.rs), [gio](https://gtk-rs.org) and any `std` `Future`s runtime. [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)