aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 03:18:01 +0000
committerFuwn <[email protected]>2021-06-07 03:18:01 +0000
commit575fa858bcf524465027c43fd6fc5b9a8782e7c6 (patch)
tree215d8b03788a518e6fc3fefb20829c2e12222d82
parentstyle(global): replace double hyphens with long hyphens (diff)
downloadwhirl-575fa858bcf524465027c43fd6fc5b9a8782e7c6.tar.xz
whirl-575fa858bcf524465027c43fd6fc5b9a8782e7c6.zip
style(readme): capitalize short description first words
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index a6149b5..e901e54 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.
+- `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.
+- `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.*