From 305955f19c0213f6d232e8b69def0782e038046c Mon Sep 17 00:00:00 2001 From: Alan Szternberg Date: Sat, 12 Oct 2024 17:10:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7178b1d6..dddf8107 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The tests must be run while the app is running. npm run test:e2e ``` -## other recommendations +## Other recommendations - You need a databse? Use postgres https://www.postgresql.org/ - you need an ORM? Use drizzle https://orm.drizzle.team/