aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fc74104..3376c4b 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ When `workon` is called, venvs are created or loaded from the
To change this behavior, set the `WORKON_HOME` environment
variable before sourcing `venvworkon.sh`.
-## Post-load script
-If the file `$HOME/.venvs/<venv>/postload.sh` exists, it is
-automatically sourced after the venv is loaded. This is useful
+## Post-activate script
+If the file `$HOME/.venvs/<venv>/postactivate.sh` exists, it is
+automatically sourced after the venv is activated. This is useful
to export environment variable such as `DJANGO_SETTINGS_MODULE`.
## Why bother using this