Adds +nightly to cargo commands in README

pull/278/head
Michael J Ward 5 years ago
parent 252bbddbd1
commit cf6277bcdc

@ -111,13 +111,13 @@ git clone git@github.com:async-rs/async-std.git && cd async-std
Generate docs:
```
cargo doc --features docs --open
cargo +nightly doc --features docs --open
```
Check out the [examples](examples). To run an example:
```
cargo run --example hello-world
cargo +nightly run --example hello-world
```
## Contributing

Loading…
Cancel
Save