diff options
| author | Fuwn <[email protected]> | 2021-06-05 21:34:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-05 21:34:31 +0000 |
| commit | 1e9e64acad41ff4c29bb9b99fa71848ff7c2dbd3 (patch) | |
| tree | ebc99eba6c5958877d4b27421ea4a43fa82258b0 | |
| parent | Merge pull request #40 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-1e9e64acad41ff4c29bb9b99fa71848ff7c2dbd3.tar.xz whirl-1e9e64acad41ff4c29bb9b99fa71848ff7c2dbd3.zip | |
fix(readme): command format block
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ Documentation about the entire Whirlsplash ecosystem can be found If you are looking for explicit documentation of only Whirl's source code, you must generate them yourself be cloning the repository and running the Cargo -subcommand: `cargo +nightly doc --open --document-private-items --no-deps`. +subcommand: :code:`cargo +nightly doc --open --document-private-items --no-deps`. Known Issues ------------ |