From 0b97e486a2a04203f9a40f5ea8964ee935faa764 Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Fri, 7 Aug 2020 08:49:57 -0700 Subject: [PATCH] Fix one use of master in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7130251c563..c36b8d200d9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ queries contained in this repository either on the command line or using the VS Note that the [lgtm.com](https://github.com/github/codeql-go/tree/lgtm.com) branch of this repository corresponds to the version of the queries that is currently deployed on LGTM.com. -The [master](https://github.com/github/codeql-go/tree/master) branch may contain changes that +The [main](https://github.com/github/codeql-go/tree/main) branch may contain changes that have not been deployed yet, so you may need to upgrade databases downloaded from LGTM.com before running queries on them.