mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-04 14:11:24 +00:00
Update README.md
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
6e5f29fa58
commit
e6fe8da058
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ features by enabling the `unstable` feature in you `Cargo.toml` file:
|
||||||
async-std = { version = "0.99.5", features = ["unstable"] }
|
async-std = { version = "0.99.5", features = ["unstable"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
Just be careful when running these features, as they may change between
|
Just be careful when using these features, as they may change between
|
||||||
versions.
|
versions.
|
||||||
|
|
||||||
## Take a look around
|
## Take a look around
|
||||||
|
|
Loading…
Reference in a new issue