We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204259d commit a5d6e2aCopy full SHA for a5d6e2a
1 file changed
README.md
@@ -15,7 +15,7 @@ To generate an Angular project with ppw compliant configurations
15
If you want to test the development code follow the following steps:
16
1. Run `npm run build` in this project
17
2. Go to your desired directory by running: `cd ./to/your/desired/directory`
18
-3. Run `ng new test --collection=<path_to_this_repo>/dist/collection.json`
+3. Run `ng new --collection=<path_to_this_repo>/dist/collection.json`
19
20
### Unit Testing
21
0 commit comments