From c484098f457ecac34b9066296c36fa0efb185371 Mon Sep 17 00:00:00 2001 From: Melissa Luu Date: Tue, 4 Jul 2023 12:47:15 -0400 Subject: [PATCH] Test PR --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2867ed5..a6e4679 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ project (and potentially save yourself some time!). ## Getting Started To start working on the codebase, first fork the repo, then clone it: ``` -git clone git@github.com:your-username/graphql-js-client-compiler.git +git clone git@github.com:/graphql-js-client-compiler.git ``` *Note: replace "your-username" with your Github handle*