From 10598769846a8f8d8dad6671a277cc08a10b7cf7 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 9 Nov 2024 16:33:15 -0500 Subject: [PATCH] Fixed typo --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 45c76616..5abfbec7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -217,7 +217,7 @@ package from the source. contains configuration for using `uv` in it's `pyproject.toml` file which makes it extremely easy to setup a `cmd2` development environment using `uv`. -To create a virtual environment and install everything needed for `cmd2` development using `pipenv`, do the following +To create a virtual environment and install everything needed for `cmd2` development using `uv`, do the following from a GitHub checkout: ```sh