From 694d941b441c63088d037dd59f8011bdc7243a81 Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Fri, 3 Jul 2020 08:48:10 +0100 Subject: [PATCH] Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f9407..74e37e0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A starter workspace to use with the [CodeQL extension for Visual Studio Code](ht ## Using the `vscode-codeql-starter` in a private repository -If you want to privately share your Code QL queries with your teammates using this project as a template: +If you want to privately share your CodeQL queries with your teammates using this project as a template: 1. Create an empty, private project in the organization you want. 1. Clone this project locally: `git clone git@github.com:github/vscode-codeql-starter.git`