summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAn Yu <ayu3500@gmail.com>2021-12-07 12:33:32 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-07 13:05:11 -0500
commit7eb56b0997bc0250494b872c134b1947a7886c7f (patch)
tree47d6070abc96e55cd6f069484571e5c4c4deb21a
parent034e6c64a065a499c1cc760d72813b1ef118e43c (diff)
Clarify hyperlinks field
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c105273..83407a67 100644
--- a/README.md
+++ b/README.md
@@ -568,7 +568,7 @@ This display can be customized using `merge-conflict-begin-symbol`, `merge-confl
### Git blame
Set delta as the pager for `blame` in the `[pager]` section of your gitconfig: see the [example gitconfig](#get-started).
-If `hyperlinks` is enabled then each blame commit will link to the commit on GitHub/GitLab/Bitbucket/etc.
+If `hyperlinks` is enabled in the `[delta]` section then each blame commit will link to the commit on GitHub/GitLab/Bitbucket/etc.
<table><tr><td><img width=600px src="https://user-images.githubusercontent.com/52205/141891376-1fdb87dc-1d9c-4ad6-9d72-eeb19a8aeb0b.png" alt="image" /></td></tr></table>