From cb5eaf67a9ca69c17511a83de432013482ab2154 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Sun, 15 Dec 2024 20:09:40 +0000 Subject: [PATCH] docs: fix GitHub and GitLab brand capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fa296..5fa8246 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A first draft specification can be found [here](https://github.com/Microsoft/lan In true open-source spirit the implementation is made from these parts: - The parser is generated by [Antlr4](https://www.antlr.org) from a grammar file modified from - [this Github Gist](https://gist.github.com/ironchefpython/84380aa60871853dc86719dd598c35e4). + [this GitHub Gist](https://gist.github.com/ironchefpython/84380aa60871853dc86719dd598c35e4). - The protocol.go code was borrowed and modified from [lsif-go](https://github.com/sourcegraph/lsif-go).