Skip to content

Commit

Permalink
typo in weblink
Browse files Browse the repository at this point in the history
typo in weblink
  • Loading branch information
peter-scholtens committed Sep 13, 2023
1 parent 51e099c commit 5428903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 5428903

Please sign in to comment.