From 6bb28553205563ba40c79aa52957ef7e4c0fd713 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 20 May 2026 14:32:53 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef887da..1ef1083 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The following tools were used in this project: ## Embedded Javascript -EJS simply stands for Embedded Javascript. It is a simple templating language/engine that lets its user generate HTML with plain javascript. EJS is mostly useful whenever you have to output HTML with a lot of javascript. EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. No religiousness about how to organize things. No reinvention of iteration and control-flow. +EJS simply stands for Embedded Javascript.. It is a simple templating language/engine that lets its user generate HTML with plain javascript. EJS is mostly useful whenever you have to output HTML with a lot of javascript. EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. No religiousness about how to organize things. No reinvention of iteration and control-flow. ## Body-Parser