From 705ed4688119e0d95b584bfbd805d99f0ec3116f Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 20 May 2026 16:00:55 +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 1ef1083..b96a927 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