summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-09-04 13:44:49 -0400
committerDan Davison <dandavison7@gmail.com>2020-09-04 13:44:49 -0400
commitece56bdffcc3b37694bbc9654712025d72043d0e (patch)
tree808517d986e517bf0183b144f2f95988af42cd52 /README.md
parente9ecd151b5a02a941d4fb1815cfbbbedd213df65 (diff)
README tweak
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f00173f..0cfe2f74 100644
--- a/README.md
+++ b/README.md
@@ -394,7 +394,7 @@ The recommended way to use `navigate` is to activate it only when needed, for ex
DELTA_NAVIGATE=1 git diff
```
-Please note that if the environment variable is set to _anything at all_ (even `"false"` or `"0"` or `""`) then it is considered "true": to deactivate it you must unset the environment variable (e.g. using `unset DELTA_NAVIGATE`).
+Please note that if the environment variable is set to _anything at all_ (even `"false"` or `"0"` or `""`) then that is interpreted as true: to deactivate it you must unset the environment variable (e.g. using `unset DELTA_NAVIGATE`).
An alternative is to mutate your git config file from the command line: