Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
multipliedtwice committed Jul 27, 2024
1 parent abce4c0 commit dad9332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ yarn add prisma-rbac

```ts
import { PrismaClient } from '@prisma/client';
import { enhancePrismaWithRBAC } from 'prisma-rbac';
import { applyRBAC } from 'prisma-rbac';

// Define your role-based permissions
const permissions = {
Expand Down

0 comments on commit dad9332

Please sign in to comment.