Skip to content

Commit

Permalink
chore(example): fix inconsistent command
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Jun 24, 2024
1 parent a02a72f commit 717915b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-drizzle-prisma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This example demonstrates how to use [Drizzle ORM](https://orm.drizzle.team/) wi
1. Install dependencies:

```bash
npm install drizzle-orm@beta prisma prisma-generator-drizzle
bun add drizzle-orm@beta
bun add -D prisma prisma-generator-drizzle
```

2. Generate Drizzle schema
Expand Down

0 comments on commit 717915b

Please sign in to comment.