fix bun add drizzle to bun add drizzle-orm (#6703)

This commit is contained in:
Jasper Kelder
2023-10-25 21:55:16 +02:00
committed by GitHub
parent 4fb5ab0ca8
commit 85bde43c2f

View File

@@ -10,7 +10,7 @@ Let's get started by creating a fresh project with `bun init` and installing Dri
```sh
$ bun init -y
$ bun add drizzle
$ bun add drizzle-orm
$ bun add -D drizzle-kit
```