fix: add missing newlines for improved markdown formatting in README

This commit is contained in:
2025-08-01 19:43:44 +02:00
parent 11e6e1684c
commit d8bbc7e62a

View File

@@ -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. **Note:** There is also a backend server directory, which is currently not in use. - You can ignore it for now.
## Usage ## Usage
1. Get an API key from [OpenWeatherMap](https://openweathermap.org/api). 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. 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. 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!** **Now you can view the current weather data for the specified city!**
# Other Information # Other Information
## Technologies Used ## Technologies Used
- React - React
- TypeScript - TypeScript
- Tailwind CSS - Tailwind CSS
@@ -49,4 +52,5 @@ This is a simple weather application that allows users to view current weather d
- Vite - Vite
## Version ## Version
**1.0.0** **1.0.0**