Skip to content

Commit 9890cdd

Browse files
authored
fix readme typo (#1170)
fix readme typo Signed-off-by: NucleonGodX <[email protected]>
1 parent f699e56 commit 9890cdd

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
@@ -25,15 +25,15 @@ docker run --name some-postgres -p 5432:5432 -e POSTGRES_PASSWORD=<secretpasswor
2525
**Run prisma to generate db schema**
2626

2727
```bash
28-
cd ./libs/prisma-servie/prisma
28+
cd ./libs/prisma-service/prisma
2929
npx prisma generate
3030
npx prisma db push
3131
```
3232

3333
**Seed initial data**
3434

3535
```bash
36-
cd ./libs/prisma-servie
36+
cd ./libs/prisma-service
3737
npx prisma db seed
3838
```
3939

0 commit comments

Comments
 (0)