From 766b1e0cf377d8359b73bce968c73b5ba9140484 Mon Sep 17 00:00:00 2001 From: vaibhavsharma56 Date: Mon, 29 Oct 2018 23:42:32 +0530 Subject: [PATCH] Important note was missed Important note was missed. This is optional but it should worth mentioning . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0793532..66334ac 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This is just a command-line utility to scaffold out new React projects. ```shell npm install -g create-react-app ``` +* Make sure that [NPM](https://www.npmjs.com/package/npm) is installed . # Create our new project