From fc2d0c97ff6274836555ea1d23bfe8bbd4787bcf Mon Sep 17 00:00:00 2001 From: Duy Anh Computer Date: Tue, 8 Oct 2019 13:53:36 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36eee089e2a7..9a1e27b4e285 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repo's issues section has become the primary home for the Website WG's coor Please contribute! There are plenty of [good first issues](https://github.com/nodejs/nodejs.org/labels/good%20first%20issue) to work on. To get started, you have to [fork](https://github.com/nodejs/nodejs.org/fork) this repo to your own GitHub account first. Then open up a terminal on your machine and enter the following commands: ```bash -git clone https://github.com//nodejs.org.git +git clone https://github.com/maytinhduyanh/nodejs.org.git cd nodejs.org npm install npm start