From b06fed8946ba341268bf5451bb15f77dedd5e848 Mon Sep 17 00:00:00 2001 From: Simon <72792154+Wolfblooder@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:20:04 +0200 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0036ce..107f1e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ zsh-autoenv automatically sources (known/whitelisted) `.autoenv.zsh` files, typically used in project root directories. -It handles "enter" and leave" events, nesting, and stashing of +It handles "enter" and "leave" events, nesting, and stashing of variables (overwriting and restoring). ## Requirements