Skip to content

Commit 0eff11f

Browse files
committed
README: Fix remote address
1 parent 9fff38c commit 0eff11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Once the commit is merged to this repository, it needs to be manually pushed
3232
to the OpenSC wiki. Recommended approach is to configure the opensc wiki
3333
remote in your git client:
3434
```
35-
git remote add opensc.wiki https://github.com/OpenSC/OpenSC.wiki.git
35+
git remote add opensc.wiki git@github.com:OpenSC/OpenSC.wiki.git
3636
```
3737
and once there is a change, pull it locally and push it to the opensc.wiki
3838
```
39-
git pull origin
39+
git pull origin master
4040
git push opensc.wiki
4141
```
4242

0 commit comments

Comments
 (0)