From afd67b52e687c984cc73b7db184dbedfbca8b5fe Mon Sep 17 00:00:00 2001 From: Mark Pieszak Date: Wed, 7 Nov 2018 14:50:55 -0500 Subject: [PATCH] docs(readme): update to use correct install command ng new myworkspacename --collection=@nrwl/schematics doesn't typically work and throws dep errors like `Cannot find module '@angular-devkit/schematics'` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e003d915..15c28e8162 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ npm install -g @nrwl/schematics After installing it you can create a new Nx workspace by running: ``` -ng new myworkspacename --collection=@nrwl/schematics +create-nx-workspace myworkspacename ``` You can also add Nx capabilities to an existing CLI project by running: