2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-03 15:06:41 +00:00

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: Generate docs:
``` ```
cargo doc --features docs.rs --open cargo doc --features docs --open
``` ```
Check out the [examples](examples). To run an example: Check out the [examples](examples). To run an example: