Skip to content

Commit e746430

Browse files
committed
fix: binary
1 parent 60baa21 commit e746430

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ yarn add -D prisma-typebox-generator
2727
**2. Add the generator to the schema**
2828

2929
```prisma
30-
generator jsonSchema {
30+
generator typebox {
3131
provider = "prisma-typebox-generator"
3232
}
3333
```
3434

3535
With a custom output path (default=./typebox)
3636

3737
```prisma
38-
generator jsonSchema {
38+
generator typebox {
3939
provider = "prisma-typebox-generator"
4040
output = "custom-output-path"
4141
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"trailingComma": "all"
7474
},
7575
"bin": {
76-
"prisma-json-schema-generator": "dist/cli.js"
76+
"prisma-typebox-generator": "dist/cli.js"
7777
}
7878
}

0 commit comments

Comments
 (0)