Commit
+5 -4 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index c516d09..ef558f0 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -1,9 +1,10 @@ |
6 | # tree-sitter-amalgamation |
7 | |
8 | - All of the tree-sitter parsers imported as submodules and compiled for easy use |
9 | - by downstream projects. Each parser is exposed as a shared module that can be |
10 | - dynamically loaded in another application. Generated source code is also shipped |
11 | - for use in build scripts. |
12 | + All of the [tree-sitter](https://tree-sitter.github.io/tree-sitter/) parsers |
13 | + imported as submodules and compiled for easy use by downstream projects. |
14 | + Each parser is exposed as a shared module that can be dynamically loaded in |
15 | + another application. Generated source code is also shipped for use in build |
16 | + scripts. |
17 | |
18 | ## Installation |
19 |