diff --git a/packages/schematics/schematics/blank/project-files/README.md b/packages/schematics/schematics/blank/project-files/README.md index 02a070966ffe..7854bc97d952 100644 --- a/packages/schematics/schematics/blank/project-files/README.md +++ b/packages/schematics/schematics/blank/project-files/README.md @@ -4,7 +4,7 @@ This repository is a basic Schematic implementation that serves as a starting po ### Testing -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. +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. Check the documentation with ```bash diff --git a/packages/schematics/schematics/schematic/files/README.md b/packages/schematics/schematics/schematic/files/README.md index 02a070966ffe..7854bc97d952 100644 --- a/packages/schematics/schematics/schematic/files/README.md +++ b/packages/schematics/schematics/schematic/files/README.md @@ -4,7 +4,7 @@ This repository is a basic Schematic implementation that serves as a starting po ### Testing -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. +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. Check the documentation with ```bash