From 6177b3d4dcc92059a0e6a3927aabb69a460aa164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Sauv=C3=A9?= Date: Tue, 18 Jun 2024 14:21:55 +0100 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 028be78..bdd7064 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To contribute to this library, first checkout the code. Then create a new virtua ```bash cd crispy-bootstrap5 -python -mvenv venv +python -m venv venv source venv/bin/activate ```