Skip to content

Commit

Permalink
Merge pull request mrpowers-io#235 from nijanthanvijayakumar/main
Browse files Browse the repository at this point in the history
Fix git command in CONTRIBUTING.md
  • Loading branch information
SemyonSinchenko authored Jul 10, 2024
2 parents f037947 + ef7def7 commit 494f56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ To start contributing you should fork this repository and only after that clone

```shell
# for user-login
git remote --set-url origin https://github.com/your-github-name/quinn.git
git remote set-url origin https://github.com/your-github-name/quinn.git
# for private keys way
git remote --set-url origin [email protected]:your-github-name/quinn.git
git remote set-url origin [email protected]:your-github-name/quinn.git
```

### Install the project
Expand Down

0 comments on commit 494f56e

Please sign in to comment.