summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-13 14:49:26 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-13 14:49:26 -0400
commit14e894214d782b11a0e1243c6b55b91b37cafc6b (patch)
tree4ef1d1e3f2c3f639d87b07a1a80fb6a774f689bd /README.md
parent0982cb0523de1a54bda6f653d85be8c420dfc1d7 (diff)
Fix README typo
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 0872d8a3..069c49e0 100644
--- a/README.md
+++ b/README.md
@@ -361,7 +361,7 @@ The recommended way to use `navigate` is to activate it only when needed, for ex
git config delta.navigate true
```
-Th reason is the following: Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/237)).
+The reason is the following: Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/2)).
### 24 bit color (truecolor)