From 92e992f4f3fe5790fac6262d545cc29602919b8e Mon Sep 17 00:00:00 2001 From: Bradon Kelley <15696431+bckelley@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:12:48 -0500 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 01546ee..da4ce2d 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ## Description -Welcome to RouteEaseMVC, a web application built with PHP that provides +Welcome to SimpleMVC, a web application built with PHP that provides a versatile platform for creating, managing, and sharing posts. This project follows the MVC (Model-View-Controller) architecture, ensuring a clean and organized codebase. @@ -22,8 +22,8 @@ ensuring a clean and organized codebase. ## Installation -1. Clone the repository: `git clone https://github.com/bckelley/routeeasemvc.git` -2. Navigate to the project directory: `cd RouteEaseMVC` +1. Clone the repository: `git clone https://github.com/bckelley/SimpleMVC.git` +2. Navigate to the project directory: `cd SimpleMVC` 3. Set up the configuration file: `config/config.php` with required values. 4. Ensure the following PHP and MySQL and Apache are installed. a. PHP version 8.1