Fixes feature flag used in generating the docs in the README

This commit is contained in:
Michael J Ward 2019-10-05 11:37:59 -05:00
parent 6fe958f745
commit 252bbddbd1

View file

@ -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: