From 54289038662d85820283c2f39bf095206d1ba108 Mon Sep 17 00:00:00 2001 From: "Peter C. S. Scholtens" Date: Wed, 13 Sep 2023 19:34:00 +0200 Subject: [PATCH] typo in weblink typo in weblink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a063d2..cffe3ed5 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ It works with asynchronous runtime such as [Tokio][tokio-crate], To use the asynchronous cache, [enable a crate feature called "future"](#usage). [tokio-crate]: https://crates.io/crates/tokio -[async-std-crate]: https://crates.io/crates/asinc-std +[async-std-crate]: https://crates.io/crates/async-std [actix-rt-crate]: https://crates.io/crates/actix-rt Cache entries are manually added using an insert method, and are stored in the cache