Skip to content

Commit

Permalink
Merge pull request #325 from peter-scholtens/patch-1
Browse files Browse the repository at this point in the history
typo in weblink
  • Loading branch information
tatsuya6502 committed Sep 13, 2023
2 parents 51e099c + 5428903 commit dccc75b
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 dccc75b

Please sign in to comment.