super minor typo in the readme

I found this while reading the new readme and felt compelled to fix it :D
This commit is contained in:
Satoshi Nakamoto 2024-03-16 16:41:28 -04:00
parent 2b99284a5a
commit 21e17c2147
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ If you're using VSCode, you can install the [StandardJS VSCode Extension](https:
## Database migrations
We use [prisma](https://www.prisma.io/) for our database migrations. To create a new migration, modify `prisma/schema.prisma` according to [prisma schema referecne](https://www.prisma.io/docs/orm/reference/prisma-schema-reference) and apply it with:
We use [prisma](https://www.prisma.io/) for our database migrations. To create a new migration, modify `prisma/schema.prisma` according to [prisma schema reference](https://www.prisma.io/docs/orm/reference/prisma-schema-reference) and apply it with:
`./sndev prisma migrate dev`