Skip to content

Commit 1968480

Browse files
authored
Update README.md
1 parent 27ce9a5 commit 1968480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To run the Tetris game, follow these steps:
2121
1. Clone the repository from GitHub by opening your command line or terminal and running the following command:
2222

2323
```bash
24-
git clone https://github.com/itz-Mathankumar/Tetris-in-Python
24+
git clone https://github.com/OpenGenus/Tetris-in-Python
2525
```
2626

2727
2. Change the current directory to the cloned repository:
@@ -36,4 +36,4 @@ cd Tetris-in-Python
3636
python tetris.py
3737
```
3838

39-
Please note that these instructions assume you have Git installed on your system. If you don't have Git, you can also manually download the repository from GitHub by visiting the repository URL ([github.com/itz-Mathankumar/Tetris-in-Python](https://github.com/itz-Mathankumar/Tetris-in-Python)) and clicking on the "Code" button, then selecting "Download ZIP". After extracting the ZIP file, navigate to the extracted directory using the command line or terminal and proceed with step 3 to run the game.
39+
Please note that these instructions assume you have Git installed on your system. If you don't have Git, you can also manually download the repository from GitHub by visiting the repository URL ([github.com/OpenGenus/Tetris-in-Python](https://github.com/itz-Mathankumar/Tetris-in-Python)) and clicking on the "Code" button, then selecting "Download ZIP". After extracting the ZIP file, navigate to the extracted directory using the command line or terminal and proceed with step 3 to run the game.

0 commit comments

Comments
 (0)