diff --git a/README.md b/README.md index ea6b8187..ae129aa1 100644 --- a/README.md +++ b/README.md @@ -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