Skip to content

Commit eb04324

Browse files
authored
fix(core): change ng to nx (#8843)
The command ng is incorrect it should be nx
1 parent 21dab24 commit eb04324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/workspace/src/generators/workspace/files/README.md__tmpl__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Run `nx affected:test` to execute the unit tests affected by a change.
159159

160160
## Running end-to-end tests
161161

162-
Run `ng e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io).
162+
Run `nx e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io).
163163

164164
Run `nx affected:e2e` to execute the end-to-end tests affected by a change.
165165

0 commit comments

Comments
 (0)