Update README.adoc (#3900)

This commit is contained in:
Ryan Bell
2019-10-24 00:29:58 -07:00
committed by Kian Paimani
parent a6a60d77ba
commit 40a1f06419
+1 -1
View File
@@ -418,7 +418,7 @@ curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"au
=== Viewing documentation for Substrate packages
You can generate documentation for a Substrate Rust package and have it automatically open in your web browser using https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html#using-rustdoc-with-cargo[rustdoc with Cargo],
(of the The Rustdoc Book), by running the the following command:
(of the The Rustdoc Book), by running the following command:
```
cargo doc --package <spec> --open