Skip to content

Commit e80a013

Browse files
Update content/first-steps.md
1 parent 454adf7 commit e80a013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm i -g @nestjs/cli
2121
$ nest new project-name
2222
```
2323

24-
The `project-name/` directory will be created, node modules and a few other boilerplate files will be installed, and a `src/` directory will be created and populated with several core files.
24+
The `project-name` directory will be created, node modules and a few other boilerplate files will be installed, and a `src/` directory will be created and populated with several core files.
2525

2626
<div class="file-tree">
2727
<div class="item">src</div>

0 commit comments

Comments
 (0)