From 944fe9f511bf2a3b83e12cfe6805372c754ad436 Mon Sep 17 00:00:00 2001 From: Vatsaev Aslan Date: Fri, 3 Feb 2017 16:26:42 +0100 Subject: [PATCH] Update README.md Installation instructions don't point to the right npm package angular-cli -> @angular/cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f92e29e495e..794e90df5ec1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ with NPM 3 or higher. **BEFORE YOU INSTALL:** please read the [prerequisites](#prerequisites) ```bash -npm install -g angular-cli +npm install -g @angular/cli ``` ## Usage