From acd61f282446bc54379b2f1fb51322b9be95fedd Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Sat, 26 Oct 2024 18:12:39 +0100 Subject: [PATCH] fix typo Signed-off-by: Grant Ramsay --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb73a5f..c4057fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ To get started, follow these steps: Run the following command to install the required dependencies: ```console -$ uv synv +$ uv sync ``` You then need to activate the virtual environment: