diff --git a/BMI Calculator (JS)/readme.md b/BMI Calculator (JS)/readme.md
index f7a789c7..90aa8b2d 100644
--- a/BMI Calculator (JS)/readme.md
+++ b/BMI Calculator (JS)/readme.md
@@ -1,31 +1,20 @@
-
BMI Calculator using JS
-
-Calculates the Body Mass Index of a person, provided with a BMI chart
-
-### Use of the Project:
-
-User enters values - height in cm and weight in kg and clicks on "calculate" button to obtain BMI value and compares the value in the given BMI chart.
-
-Used Technologies
-
- - HTML5
- - CSS3
- - JavaScript
-
-
-#### Steps to Use:
-
----
-
-- Download or clone the repository
-
-```
-git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
-```
-
-- Go to the directory
-- Run the index.html file
-- Start Calculatings!
-
- Demo
-
+# BMI Calculator
+
+## Overview:
+The **BMI Calculator** allows users to easily calculate their Body Mass Index (BMI) based on their height and weight. The result is compared against the standard BMI chart to help users assess their health status.
+
+## Features:
+- User inputs their **height** in centimeters and **weight** in kilograms.
+- A simple click on the **"Calculate"** button computes the BMI value.
+- The BMI value is compared to a **BMI chart**, indicating whether the user is underweight, normal weight, overweight, or obese.
+
+## Technologies Used:
+- **HTML5**: For structuring the webpage.
+- **CSS3**: For styling the page.
+- **JavaScript**: For implementing the BMI calculation logic.
+
+## How to Use:
+1. **Clone the Repository**:
+ Download or clone the repository using Git:
+ ```bash
+ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git