aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-08 16:45:34 -0700
committerGitHub <[email protected]>2021-06-08 16:45:34 -0700
commit54f8036fdfe7b95a23ecd7700370cbb4f4078635 (patch)
treed9ec424851c3ce7cd35911bcab8fda1ace0c72e8
parentstyle(readme): grammar ? (diff)
downloadwhirl-54f8036fdfe7b95a23ecd7700370cbb4f4078635.tar.xz
whirl-54f8036fdfe7b95a23ecd7700370cbb4f4078635.zip
style(readme): bullet punciation
-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.*