aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-08 16:45:34 +0000
committerGitHub <[email protected]>2021-06-08 16:45:34 +0000
commit5c46f9f41db0995a0108b75213b918c7460068d6 (patch)
tree1bae7d6d39a775c24047b29cec8ff9772c2717df
parentstyle(readme): grammar ? (diff)
downloadwhirl-5c46f9f41db0995a0108b75213b918c7460068d6.tar.xz
whirl-5c46f9f41db0995a0108b75213b918c7460068d6.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 35be8d6..8e00180 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.*