From 74088fc8a236b9c0e47518f9b90a212b2350095a Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Thu, 7 Sep 2023 15:26:02 -0700 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd66f9..ebee396 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If successful, then `hyakvnc` should be installed to `~/.local/bin/`. #### Optional dependencies for development -The optional dependency group `[dev]` in `pyroject.toml` includes dependencies useful for development, including [pre-commit](https://pre-commit.com/) hooks that run in order to commit to the `git` repository. These apply various checks, including running the `black` code formatter before the commit takes place. +The optional dependency group `[dev]` in `pyproject.toml` includes dependencies useful for development, including [pre-commit](https://pre-commit.com/) hooks that run in order to commit to the `git` repository. These apply various checks, including running the `black` code formatter before the commit takes place. To ensure `pre-commit` and other development packages are installed, run: