Skip to content

Commit 0a9736e

Browse files
ryzncodesFaiz Kasman
andauthored
fix: update documentation links and repository URLs to use correct casing (#3)
Co-authored-by: Faiz Kasman <[email protected]>
1 parent f14a766 commit 0a9736e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/GETTING_STARTED.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Before you begin, make sure you have:
3434

3535
1. **Fork the Repository**
3636

37-
- Go to [RepoForge Repository](https://github.com/ryzncodes/repoforge)
37+
- Go to [RepoForge Repository](https://github.com/ryzncodes/RepoForge)
3838
- Click the "Fork" button in the top right
3939
- Select your account as the destination
4040

4141
2. **Clone Your Fork**
4242

4343
```bash
4444
# Replace YOUR_USERNAME with your GitHub username
45-
git clone https://github.com/YOUR_USERNAME/repoforge.git
46-
cd repoforge
45+
git clone https://github.com/YOUR_USERNAME/RepoForge.git
46+
cd RepoForge
4747
```
4848

4949
3. **Install Dependencies**
@@ -56,7 +56,7 @@ Before you begin, make sure you have:
5656

5757
```bash
5858
# Add the original repository as a remote called "upstream"
59-
git remote add upstream https://github.com/ryzncodes/repoforge.git
59+
git remote add upstream https://github.com/ryzncodes/RepoForge.git
6060

6161
# Create a new branch for your work
6262
git checkout -b my-first-task

0 commit comments

Comments
 (0)