Author: Michael Davis [mcarsondavis@gmail.com]
Hash: ca750e5bbc86e5716ccf4eb9e44493b14043ec4c
Timestamp: Wed, 02 Mar 2022 14:09:20 +0000 (2 years ago)

+3 -3 +/-1 browse
fix links in readme
1diff --git a/README.md b/README.md
2index 2d758f6..5b52686 100644
3--- a/README.md
4+++ b/README.md
5 @@ -1,14 +1,14 @@
6 # `tree-sitter-diff`
7
8- [![CI](ci-badge)](ci-workflow)
9+ [![CI][ci-badge]][ci-workflow]
10
11- _A [tree-sitter](tree-sitter) grammar for `diff`s_
12+ _A [tree-sitter][tree-sitter] grammar for `diff`s_
13
14 Highlighting a `.diff` file:
15
16 <img src="assets/diff.png" width="500"/>
17
18- Injecting this grammar into [tree-sitter-git-commit](tree-sitter-git-commit)
19+ Injecting this grammar into [tree-sitter-git-commit][tree-sitter-git-commit]
20 in a verbose commit (`git commit --verbose`):
21
22 <img src="assets/helix-commit-with-diff.png" width="500"/>