From 944256c18880352b70f34a85be80e82ff9b177f8 Mon Sep 17 00:00:00 2001 From: Chris Bolin Date: Mon, 21 Mar 2016 16:24:50 -0400 Subject: [PATCH] Make explicit Make the setup fast and easy :) --- lessons/01-setting-up/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/01-setting-up/README.md b/lessons/01-setting-up/README.md index cf3d49c8..ba6d88d7 100644 --- a/lessons/01-setting-up/README.md +++ b/lessons/01-setting-up/README.md @@ -9,7 +9,7 @@ up our project. ## Clone the Tutorial ``` -git clone +git clone https://github.com/reactjs/react-router-tutorial cd react-router-tutorial cd lessons/01-setting-up npm install