From 252bbddbd1a354308d12a3e6f071598a05084602 Mon Sep 17 00:00:00 2001 From: Michael J Ward Date: Sat, 5 Oct 2019 11:37:59 -0500 Subject: [PATCH] Fixes feature flag used in generating the docs in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 978e1c0..ea6b818 100644 --- a/README.md +++ b/README.md @@ -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: