Skip to content

Commit

Permalink
Fixing README file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukdog committed Jul 22, 2024
1 parent 911442a commit 86a7a1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ LedPong is a fun and interactive implementation of the classic Pong game designe
## Installation
1. **Clone the Repository:**
```sh
git clone https://github.com/yourusername/ledpong.git
cd ledpong
git clone https://github.com/lukdog/LedPong.git
cd LedPong
```

2. **Install Required Libraries:**
Expand All @@ -41,7 +41,7 @@ LedPong is a fun and interactive implementation of the classic Pong game designe
You can install these libraries via the Arduino Library Manager.

3. **Upload the Code:**
- Open the `ledpong.ino` file in the Arduino IDE.
- Open the `LedPong.ino` file in the Arduino IDE.
- Connect your Arduino UNO R4 WiFi to your computer.
- Select the correct board and port from the Tools menu.
- Upload the code to your Arduino.
Expand Down

0 comments on commit 86a7a1a

Please sign in to comment.