docs(nx): correct wrong description for ng-add (#1731)

* docs(nx): correct wrong description for ng-add

* docs(nx): generate new ng-add.md
This commit is contained in:
Ahn 2019-08-16 19:12:03 +02:00 committed by Jack Hsu
parent e93064a758
commit 2c18f6aad7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# ng-add [hidden] # ng-add [hidden]
Add @nrwl/react to a project Add @nrwl/angular to a project
## Usage ## Usage

View File

@ -6,7 +6,7 @@
"ng-add": { "ng-add": {
"factory": "./src/schematics/ng-add/ng-add", "factory": "./src/schematics/ng-add/ng-add",
"schema": "./src/schematics/ng-add/schema.json", "schema": "./src/schematics/ng-add/schema.json",
"description": "Add @nrwl/react to a project", "description": "Add @nrwl/angular to a project",
"hidden": true "hidden": true
}, },