Skip to content

Commit 5227b87

Browse files
committed
fix: use ssh instead of https
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 8656774 commit 5227b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Please update your git remote:
44
>
55
> ```shell
6-
> git remote set-url origin https://github.com/github-community-projects/contributors.git
6+
> git remote set-url origin git@github.com:github-community-projects/contributors.git
77
> ```
88
>
99
> Note: replace `origin` with the name of your remote if it's different.

0 commit comments

Comments
 (0)