From 8da91f5a97e1902d1f84ea2eced03bd3b071bf7b Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Tue, 9 Jul 2024 14:01:07 -0400 Subject: [PATCH] Remove confusing punctuation in readme (#4929) admittedly, nitpick PR but i initially misread the trailing dot in ``` # Create a virtual environment at .venv. ``` as part of the directory name, i.e. that the env would be placed in `.venv.` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f61f05d..61fa46219 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ brew install uv To create a virtual environment: ```shell -uv venv # Create a virtual environment at .venv. +uv venv # Create a virtual environment at `.venv`. ``` To activate the virtual environment: