aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 03:13:23 -0700
committerFuwn <[email protected]>2021-06-07 03:13:23 -0700
commitf44dad62170cd6b0baa0d989814a9ffb7f9d44b0 (patch)
tree847a33afe2ab5180df47a8afd40a4c3b67d6174c
parentdocs(readme): dev deps now each have a little description (diff)
downloadwhirl-f44dad62170cd6b0baa0d989814a9ffb7f9d44b0.tar.xz
whirl-f44dad62170cd6b0baa0d989814a9ffb7f9d44b0.zip
style(readme): replace commas with hyphens
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 9896f23..be81787 100644
--- a/README.rst
+++ b/README.rst
@@ -85,17 +85,17 @@ Development Dependencies
Required
~~~~~~~~
-- `Rust <https://www.rust-lang.org/>`_, the backbone of it all.
-- `diesel\_cli <https://crates.io/crates/diesel_cli>`_, database migrations, setup, et cetera.
-- `cargo-make <https://github.com/sagiegurari/cargo-make>`_, cross-platform
+- `Rust <https://www.rust-lang.org/>`_ -- the backbone of it all.
+- `diesel\_cli <https://crates.io/crates/diesel_cli>`_ -- database migrations, setup, et cetera.
+- `cargo-make <https://github.com/sagiegurari/cargo-make>`_ -- cross-platform
`make <https://www.gnu.org/software/make/>`_ substitute.
Optional
~~~~~~~~
-- `cargo-watch <https://crates.io/crates/cargo-watch>`_, recompilation on file-system changes.
-- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_, SQL linting.
-- `Valgrind <https://www.valgrind.org/>`_, benchmarking.
+- `cargo-watch <https://crates.io/crates/cargo-watch>`_ -- recompilation on file-system changes.
+- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_ -- SQL linting.
+- `Valgrind <https://www.valgrind.org/>`_ -- benchmarking.
*These development dependencies (excluding sqlfluff) will automatically be satisfied if you are
using the Nix shell configuration as provided.*