summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-06-23 04:07:00 +0100
committerDan Davison <dandavison7@gmail.com>2021-06-23 04:07:00 +0100
commit3bd2e98f88ccdf79696eecca9430db780da344cd (patch)
tree503914356789adb1efc7c108dc1452327b99c055
parent7b9fd186359f69f390c855f39ec2fed02fe79555 (diff)
Fix capitalization of "GitHub" in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5f40569..f7aff1a7 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Code evolves, and we all spend time studying diffs. Delta aims to make this both
- Support for Git's `--color-moved` feature.
- Code can be copied directly from the diff (`-/+` markers are removed by default).
- `n` and `N` keybindings to move between files in large diffs, and between diffs in `log -p` views (`--navigate`)
-- Commit hashes can be formatted as terminal [hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) to the Github/GitLab/Bitbucket page (`--hyperlinks`).
+- Commit hashes can be formatted as terminal [hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) to the GitHub/GitLab/Bitbucket page (`--hyperlinks`).
File paths can also be formatted as hyperlinks for opening in your OS.
The most convenient way to configure delta is with a `[delta]` section in `~/.gitconfig`. Here's a quick example: