From cd7a090e52ada217c347c92ea12be89e563c4278 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:30:00 +0100 Subject: [PATCH] Correct node.js to nodejs. --- docs/projects/dreammall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/dreammall.md b/docs/projects/dreammall.md index e8b9f89..ff85c59 100644 --- a/docs/projects/dreammall.md +++ b/docs/projects/dreammall.md @@ -7,4 +7,4 @@ DreamMall is an application to connect people and companies, to give them the po ## Techstack The frontend is written with the technologies nodejs, vue, vike, vuetify. -The backend is set up on node.js, apollo, graphql, prisma. +The backend is set up on nodejs, apollo, graphql, prisma.