mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Fix typo. (#134)
This commit is contained in:
parent
38a86766d3
commit
a4d2cd1c82
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ are used to, but in an async version and ready for Rust's `async`/`await` syntax
|
|||
|
||||
## Quickstart
|
||||
|
||||
Add the following lines to you `Cargo.toml`:
|
||||
Add the following lines to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue