From bdae4c047fd9d5e47968cf5b5a011c0988305462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Sun, 7 Jun 2026 09:22:46 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62575c7..ee9d611 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Run [`setup-venv.sh`](./setup-venv.sh). > The default location is a directory called `venv` that is created next to the script, but you can override it by using the environment variable `PYTHON_ENV` to point to a different location. > > ```console -> PYTHON_ENV='/some/path' ./setup-venv.s +> PYTHON_ENV='/some/path' ./setup-venv.sh > ``` ### Environment