Skip to content

Commit ccc1b19

Browse files
committed
update Readme
1 parent a0afae1 commit ccc1b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Look at the [component library](https://angular.carbondesignsystem.com/) and [de
2929

3030
## Create new angular components
3131

32-
Run `npx ng generate component component-name` to generate a new component. You can also use `npx ng generate directive/pipe/service/class/module`.
32+
Run `npx ng generate component <component-name>` to generate a new component. You can also use `npx ng generate <directive/pipe/service/class/module>`.
3333

3434
## Build
3535

3636
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag (`npm run build -- -prod`) for a production build.
3737

3838
## Running unit tests
3939

40-
Run `npm test` to execute the unit tests via [Jest](https://jestjs.io/).
40+
Run `npm test` to execute the unit tests via [Vitest](https://vitest.dev/).
4141

4242
## Running end-to-end tests
4343

0 commit comments

Comments
 (0)