From 3e2a4584bf9a9376e87f7e87af05fa44fbe30fdd Mon Sep 17 00:00:00 2001 From: tokslaw7 <147814066+tokslaw-shruboak@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:40:04 -0400 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1d0d7..e54319c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Three Models created: ### How data is generated using JS - A `seed.js` file inside backend folder contains all the created Models logic for functionality -- A server.js file contains all routes the server will respond when a request is made and how the DB delivers data. +- A `server.js` file contains all routes the server will use to respond when a request is made and how the DB delivers data. ** The frontend send requests to the backend endpoint and retrieves data.