aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index b741939..f33a45a 100644
--- a/README.rst
+++ b/README.rst
@@ -86,16 +86,16 @@ 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.
+- `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.
+ `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.*