From 54d36e86e2ba110073b5d1c446b0b376515e80f6 Mon Sep 17 00:00:00 2001 From: Ashok Choudhary <40123795+ac030540@users.noreply.github.com> Date: Sat, 21 Jan 2023 10:01:14 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58221075..f8ebe9d2 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The project is focused on providing a good UI and performance to our end users i ### Project Structure The project structure is based on the idea of keeping all the components and assets required by a route in its own separate folder. -The entire project is divided into 5 modules: +The entire project is divided into the following modules: 1. common: This module contains the components which are common across all the routes. e.g. The AppBar, Footer, SearchBar. 1. footerPages: This module contains the routes which are present in the footer. e.g about, competitions, contact, our-team, feedback, faq and privacy.