diff --git a/README.md b/README.md
index 3525e4a..f390e6d 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ This is a simple weather application that allows users to view current weather d
**Note:** There is also a backend server directory, which is currently not in use. - You can ignore it for now.
## Usage
+
1. Get an API key from [OpenWeatherMap](https://openweathermap.org/api).
2. Click on the "Set API Key" button in the header to enter your API key.
3. Enter a city name in the search bar and press Enter or click the "Get Weather" button.
@@ -41,7 +42,9 @@ This is a simple weather application that allows users to view current weather d
**Now you can view the current weather data for the specified city!**
# Other Information
+
## Technologies Used
+
- React
- TypeScript
- Tailwind CSS
@@ -49,5 +52,5 @@ This is a simple weather application that allows users to view current weather d
- Vite
## Version
-This project is currently in development. But will be updated regularly and is expected to be stable soon.
-> There is also coming a public version of the app, which will be hosted on a server. - **Stay tuned for updates!**
\ No newline at end of file
+
+**1.0.0**
diff --git a/frontend/index.html b/frontend/index.html
index 6f23522..a332ab6 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -5,7 +5,7 @@