Skip to content

Commit 07874cd

Browse files
committed
Update README
1 parent 1f644c5 commit 07874cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const prisma = new PrismaClient();
2828

2929
// Define your model prefixes
3030
const prefixes: Partial<Record<ModelName, string>> = {
31-
Organization: 'org',
31+
Organization: 'org',
3232
User: 'usr',
3333
// Add more model prefixes as needed
3434
};

0 commit comments

Comments
 (0)