Fixes feature flag used in generating the docs in the README

write-by-ref
Michael J Ward 5 years ago
parent 6fe958f745
commit 252bbddbd1

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

Loading…
Cancel
Save