Update DOCUMENTATION.md

This commit is contained in:
nico.benaz 2023-10-06 00:36:18 +02:00 committed by GitHub
parent 0daa53fc81
commit 9a2766284f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
You may want to generate the Gossip Rust Documentation from root folder:
````bash
cargo doc --lib
cargo doc --lib
````
The output in `target/doc/gossip_lib/index.html` may be browsed.
@ -11,5 +11,5 @@ The output in `target/doc/gossip_lib/index.html` may be browsed.
For lasiest people the following will directly open the browser:
````bash
cargo doc --lib --open
cargo doc --lib --open
````