aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Pasquet <etenil@pancake.local>2017-07-06 08:35:34 +0100
committerGuillaume Pasquet <etenil@pancake.local>2017-07-06 08:35:34 +0100
commit69346e8bc81cbb73d39b1e4135cc51183702ab04 (patch)
tree8198475252c8cfddde6107f2ce1aa5a82f07d208
parented1814abfc22ddee88e620c49fa44c01701d08b4 (diff)
Fix incorrect documentation about where venvs are created
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acbec3b..21c5c92 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ will be printed instead.
## Where venvs are created
When `workon` is called, venvs are created or loaded from the
-`$HOME/.venvs` folder by default.
+`$HOME/.venv` folder by default.
To change this behavior, set the `WORKON_HOME` environment
variable before sourcing `venvworkon.sh`.