Skip to content

Commit e23704e

Browse files
alan-agius4clydin
authored andcommitted
docs(@schematics/schematics): add correct CLI package
Closes #11336
1 parent 77c90ff commit e23704e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/schematics/schematics/blank/project-files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository is a basic Schematic implementation that serves as a starting po
44

55
### Testing
66

7-
To test locally, install `@angular-devkit/schematics` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode.
7+
To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode.
88

99
Check the documentation with
1010
```bash

packages/schematics/schematics/schematic/files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository is a basic Schematic implementation that serves as a starting po
44

55
### Testing
66

7-
To test locally, install `@angular-devkit/schematics` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode.
7+
To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode.
88

99
Check the documentation with
1010
```bash

0 commit comments

Comments
 (0)