From 21e17c2147606759041af44efa5dad15be564128 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Sat, 16 Mar 2024 16:41:28 -0400 Subject: [PATCH] super minor typo in the readme I found this while reading the new readme and felt compelled to fix it :D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f130ef2b..51c53db4 100644 --- a/README.md +++ b/README.md @@ -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`