Skip to content

Commit

Permalink
Merge pull request #1938 from jgeewax/patch-2
Browse files Browse the repository at this point in the history
docs(): update first-steps.md
  • Loading branch information
kamilmysliwiec committed Jun 10, 2021
2 parents a06e646 + e80a013 commit 589cfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm i -g @nestjs/cli
$ nest new project-name
```

The `project` 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.
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.

<div class="file-tree">
<div class="item">src</div>
Expand Down

0 comments on commit 589cfb4

Please sign in to comment.