aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cb0f02..3690cb3 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ source .venv/bin/activate
pip install pymcuprog
```
-You'll need to `source env/bin/activate` every time you start a fresh shell,
+You'll need to `source .venv/bin/activate` every time you start a fresh shell,
if you want to use pymcuprog. The activation lasts until the shell is
closed or until you run `deactivate`.