From de49f58f55dc2ac3a5057cd492a43c32ae41381e Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Sun, 9 May 2021 19:21:25 +0300 Subject: [PATCH] fix(contributing): link to proper cli repo PR-URL: https://github.com/npm/cli/pull/3216 Credit: @mrmlnc Close: #3216 Reviewed-by: @darcyclarke --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6821da895b3b5..558ce2a839b23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ All interactions in the **npm** organization on GitHub are considered to be cove **1. Clone this repository...** ```bash -$ git clone git@github.com:npm/cli.git +$ git clone git@github.com:npm/cli.git npm ``` **2. Navigate into project & install development-specific dependencies...**