Skip to content

Commit 8028706

Browse files
RaphaelJennisis0k0
authored andcommitted
Update README.md (#23)
Replaced wrong schematics command/package with the correct one (See: https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2)
1 parent 83fe9e6 commit 8028706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You need to add an `angular.json` configuration file to your NativeScript projec
8383
You can generate it the configuration using `Schematics`. Install `Schematics globally`
8484

8585
```bash
86-
npm i -g schematics
86+
npm install -g @angular-devkit/schematics-cli
8787
```
8888

8989
From inside your project call:

0 commit comments

Comments
 (0)