Skip to content

Commit fd5b78f

Browse files
committed
fix(docs): prisma generate command
1 parent ba219b2 commit fd5b78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generator dbml {
2020
}
2121
```
2222

23-
3. Running `npx prisma generator` for the following Prisma schema
23+
3. Running `npx prisma generate` for the following Prisma schema
2424

2525
```prisma
2626
model User {

0 commit comments

Comments
 (0)