Skip to content

Commit

Permalink
Removed typo in steps 4 and 5 of How to Participate section in README…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
amalraj28 committed Jun 5, 2024
1 parent 91d945c commit 855f465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ git clone URL of forked repo
> Ⅳ. Get into the root directory if you are not
```sh
cd Getting-started-with-Git-Githube
cd Getting-started-with-Git-Github
```

> Ⅴ . Create your branch.
```sh
git checkout -b <your_github_username>

example: git chekcout -b suraj/contributor
example: git checkout -b suraj/contributor
```

> &#8549;. Move to Contributors directory.
Expand Down

0 comments on commit 855f465

Please sign in to comment.