Skip to content

Commit 39b249a

Browse files
committed
fixed readme
1 parent 34b297d commit 39b249a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<img src="yeoman.png" alt="NESTJS" />
3-
<img src="nestjs.jpg" alt="NESTJS" />
2+
<img src="./yeoman.png" alt="YEOMAN" />
3+
<img src="./nestjs.jpg" alt="NESTJS" />
44
<h1 align="center">NESTJS GENERATOR</h1>
55
<p align="center">A yeoman generator for nestjs apps.</p>
66
</p>
@@ -56,6 +56,8 @@ $ yo nestjs:decorator roles
5656
### OPTIONS
5757

5858
#### `yo nestjs` (For creating a NestJS app)
59+
60+
5961
`--skip-install` - Skips installation of dependencies when bootstrappping an app
6062

6163
`--npm` - Install dependencies with npm
@@ -64,12 +66,14 @@ $ yo nestjs:decorator roles
6466

6567
#### `yo nestjs:[COMPONENT] [NAME]` (For creating components)
6668

69+
6770
`[COMPONENT]` - The type of the component to be created
6871

6972
`[NAME]` - The name of the component to be created
7073

7174
#### `yo nestjs:module [NAME]` (For creating a nestjs module)
7275

76+
7377
`[NAME]` - The name of the module to be created (required)
7478

7579
ARGUMENTS
@@ -90,7 +94,7 @@ ARGUMENTS
9094
By [Angular File Naming Convention](https://angular.io/guide/styleguide), names for components should be in kebab case. For example
9195

9296
```
93-
yo nest:decorator app-user-routes
97+
yo nestjs:decorator app-user-routes
9498
```
9599

96100
This creates a decorator with filename `app-user-routes.decorator.ts` decorator name `AppUserRoutesDecorator`

0 commit comments

Comments
 (0)