diff options
| author | Fuwn <[email protected]> | 2021-06-07 03:18:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 03:18:01 +0000 |
| commit | 575fa858bcf524465027c43fd6fc5b9a8782e7c6 (patch) | |
| tree | 215d8b03788a518e6fc3fefb20829c2e12222d82 | |
| parent | style(global): replace double hyphens with long hyphens (diff) | |
| download | whirl-575fa858bcf524465027c43fd6fc5b9a8782e7c6.tar.xz whirl-575fa858bcf524465027c43fd6fc5b9a8782e7c6.zip | |
style(readme): capitalize short description first words
| -rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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.* |