aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArjun P2022-02-22 12:31:19 +0000
committerGitHub2022-02-22 12:31:19 +0000
commite1a92fd3998aca2a313d4cbf0aca3157eca0b53f (patch)
treee1bcc72a7e98c3152a6d7d770664563641177667 /README.md
parent806cc1c3b1a72f633333665b3e2f7613cc7847de (diff)
Readme: fix typo (#1695)
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 71010cc8..e8f72b6d 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ This will install the `hx` binary to `$HOME/.cargo/bin`.
Helix also needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
-This location can be overriden via the `HELIX_RUNTIME` environment variable.
+This location can be overridden via the `HELIX_RUNTIME` environment variable.
Packages already solve this for you by wrapping the `hx` binary with a wrapper
that sets the variable to the install dir.