From 355df7f748fe982880ccd214ed292feb43a4f25f Mon Sep 17 00:00:00 2001 From: francium Date: Sat, 23 Dec 2023 14:50:11 -0500 Subject: [PATCH] fix: typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a7050..3fac3bd 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ the `Makefile` for commands to run from the non-unix shell you're using on Windows. 1. Setup and activate a virtual environment. See [Python docs][pydocs-venv] for more - information about Virtual environment and setup. + information about virtual environments and setup. 2. With the Run `make install` 3. Switch to a new git branch and make your changes 4. Test your changes: `make test` and `make lint`