diff --git a/docs/guides/ecosystem/drizzle.md b/docs/guides/ecosystem/drizzle.md index 4f14c09590..7025907f30 100644 --- a/docs/guides/ecosystem/drizzle.md +++ b/docs/guides/ecosystem/drizzle.md @@ -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 ```