From 7c4e9f31c35d7aa3c8ea791d3018f2f521ebc303 Mon Sep 17 00:00:00 2001 From: shubham88fru Date: Mon, 22 Jul 2024 14:06:50 -0500 Subject: [PATCH] correct git clone url for the repo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 260012e70..2885980b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Installation -* `git clone ` +* `git clone https://github.com/emberjs/ember-test-helpers.git` * `cd ember-test-helpers` * `yarn install`