diff --git a/README.md b/README.md index 802a9e1..f192a75 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,18 @@ You can also try to assassinate the emperor. This is a risky move, but if you su This project is built using: -* **Frontend:** HTML, CSS, JavaScript -* **Backend:** PHP +* **Frontend:** HTML, CSS, JavaScript +* **Backend:** PHP ## How to Run Locally To run this project locally, you need a PHP server. You can use a local development environment like XAMPP or MAMP, or you can use the built-in PHP server. -1. Clone this repository. -2. Start a PHP server in the project directory. For example, you can run the following command: +1. Clone this repository. +2. Start a PHP server in the project directory. For example, you can run the following command: ```bash php -S localhost:8000 ``` -3. Open your web browser and go to `http://localhost:8000`. +3. Open your web browser and go to `http://localhost:8000`.