mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-24 17:26:51 +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
|
## Quickstart
|
||||||
|
|
||||||
Add the following lines to you `Cargo.toml`:
|
Add the following lines to your `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue