Fix prisma.md typo (#3921)

This commit is contained in:
Emilio Sánchez
2023-08-01 13:03:53 -06:00
committed by GitHub
parent 7a8f57c4e5
commit e2b39d0807

View File

@@ -2,7 +2,7 @@
name: Get started using Prisma
---
Prisma works our of the box with Bun. First, create a directory and initialize it with `bun init`.
Prisma works out of the box with Bun. First, create a directory and initialize it with `bun init`.
```bash
mkdir prisma-app