Skip to content
Snippets Groups Projects
Commit 40a1f064 authored by Ryan Bell's avatar Ryan Bell Committed by Kian Paimani
Browse files

Update README.adoc (#3900)

parent a6a60d77
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment