From 5d7845a73396e7b3a6d481b55b47c13aae95c887 Mon Sep 17 00:00:00 2001 From: Elie Date: Tue, 2 Jan 2018 18:15:32 +0200 Subject: [PATCH] Update README.md (#3645) --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 827638468e5..f15d324fe0f 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -2131,7 +2131,7 @@ In this case, ensure that the file is there with the proper lettercase and that **To do a manual deploy to Netlify’s CDN:** ```sh -npm install netlify-cli +npm install netlify-cli -g netlify deploy ```