From 022cafc057634912f586d45f25b2fa0abf40adad Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 7 Jun 2021 03:04:52 +0000 Subject: fix(readme): move code-block to seperate block --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8f868eb..e937965 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,11 @@ 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: :code:`cargo +nightly doc --open --document-private-items --no-deps`. +subcommand; + +.. code-block:: shell + + $ cargo +nightly doc --open --document-private-items --no-deps Known Issues ------------ @@ -92,8 +96,8 @@ Optional - `sqlfluff `_ - `Valgrind `_ -*These development dependencies (excluding sqlfluff) will automatically be satisfied if you are using the Nix shell -configuration as provided.* +*These development dependencies (excluding sqlfluff) will automatically be satisfied if you are +using the Nix shell configuration as provided.* Benchmarking ------------ -- cgit v1.2.3