Skip to content

Commit ac2282f

Browse files
Update README.md
1 parent 5c00129 commit ac2282f

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Simple Contact Book/README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ This script uses the standard Python library. No additional modules are required
1616
## How to Install Required Modules
1717
No additional modules are required for this script. Ensure that Python is installed on your system.
1818

19-
## How to Run the Script
19+
## ▶️ How to Run the Script
2020
1. Clone the Repository:
21-
```bash
22-
git clone https://github.com/yourusername/contact-book.git
23-
cd contact-book
24-
```
25-
2. Run the Script:
26-
```bash
27-
python3 contact_book.py
28-
```
21+
```
22+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
23+
```
24+
2. Navigate to Directory:
25+
```bash
26+
cd Simple-Python-Mini-Projects/Simple\ Contact\ Book
27+
```
28+
3. Run the Script:
29+
```bash
30+
python contact_book.py
31+
```

0 commit comments

Comments
 (0)