aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven-Hendrik Haase2021-08-30 08:58:22 +0000
committerGitHub2021-08-30 08:58:22 +0000
commit4f8dc4cad862e430927b41e6dbffb22167057161 (patch)
tree5bec2d188203a87ef4b2a51958bd5f5979746298
parent03ad9e0bfa37222762683aeb84be2d324d166930 (diff)
Fix it's -> its (#676)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 199caee6..d596c83d 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ cargo install --path helix-term
This will install the `hx` binary to `$HOME/.cargo/bin`.
-Helix also needs it's runtime files so make sure to copy/symlink the `runtime/` directory into the
+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). This location can be overriden
via the `HELIX_RUNTIME` environment variable.