2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 18:59:55 +00:00

Merge pull request #35 from vertexclique/fix-link-for-cargo-add

Fixes link for Cargo add
This commit is contained in:
Stjepan Glavina 2019-08-16 11:27:27 +02:00 committed by GitHub
commit 3f97276c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ Or use [cargo add][cargo-add] if you have it installed:
$ cargo add async-std
```
[cargo add]: https://github.com/killercup/cargo-edit
[cargo-add]: https://github.com/killercup/cargo-edit
## Hello world