diff --git a/README.md b/README.md
index 4d5915a..4309821 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,16 @@
# Rainbow Weather App
-A simple weather app that displays the weather information of your current location.
+A simple weather app that displays the current weather data of your location.
-Animated icon and color change depending on weather condition!
+## Features
+- Automatically detects location
+- Background color and animated weather icon change depending on weather condition!
+- Toggle between Metric and Imperial unit
-
+
+
+
## Running the project
@@ -13,11 +18,12 @@ Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeather
## Dependencies
```
-font_awesome_flutter: ^8.10.0
-http: ^0.12.2
-strings: ^0.1.4
-geolocator: ^6.1.7
flare_flutter: ^2.0.6
flutter_launcher_icons: ^0.8.1
flutter_native_splash: ^0.1.9
+font_awesome_flutter: ^8.10.0
+geolocator: ^6.1.7
+http: ^0.12.2
+strings: ^0.1.4
+toggle_switch: ^0.1.8
```
\ No newline at end of file