From ac0a5e994face2e5c7375c8db0ddaf49b33138a5 Mon Sep 17 00:00:00 2001 From: Jean Jacques Avril Date: Wed, 1 Jan 2025 21:37:52 +0000 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 300ac78..bbfce25 100755 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ go run cmd/actatempus/main.go # Backend on port 8080 cd backend-dart dart run bin/backend_dart.dart # Backend on port 8080 ``` -## Databse +## Database To simplify things, we chose to use prisma as orm. This enables us to use the same database definition for go and dart. Therefore also error prone manually written sql queries can be avoided.