Skip to content

Commit 68776db

Browse files
Update README.md
1 parent 71fa074 commit 68776db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Weather_app/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The script takes a city name as input and retrieves the current weather informat
1212
## Installation
1313
1. Clone this repository to your local machine:
1414
```bash
15-
git clone https://github.com/yourusername/weather-app.git
15+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
1616
```
1717
2. Navigate to the project directory:
1818
```bash
19-
cd weather-app
19+
cd Simple-Python-Mini-Projects/Weather\ App
2020
```
2121
3. Install the required Python modules:
2222
```bash
@@ -32,6 +32,7 @@ The script takes a city name as input and retrieves the current weather informat
3232
```
3333
4. Enter the city name when prompted to get the weather information.
3434

35+
3536
## Example
3637
```bash
3738
$ python weather_app.py

0 commit comments

Comments
 (0)