Skip to content

Commit e0035ff

Browse files
title change
1 parent e0ab215 commit e0035ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/800-guides/430-nestjs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Install the NestJS CLI and create a new project:
3131

3232
```terminal
3333
npm install -g @nestjs/cli
34-
nest new hello-prisma
34+
nest new nestjs-prisma
3535
```
3636

3737
When prompted, select **npm** as your package manager. Navigate to the project directory:
3838

3939
```terminal
40-
cd hello-prisma
40+
cd nestjs-prisma
4141
```
4242

4343
You can run `npm start` to start your application at `http://localhost:3000/`. Over the course of this guide, you'll add routes to store and retrieve data about _users_ and _posts_.

0 commit comments

Comments
 (0)