Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
In README, advertise HTTPS link, not git
Browse files Browse the repository at this point in the history
For someone who doesn't have a public key on Github, the
`git@github.com...` repo URL will fail with permission denied.

Advertise the https:// repo URL instead.

Fixes #190
  • Loading branch information
Paul M Furley committed Feb 1, 2016
1 parent fd48f55 commit 9db6bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install Node.js (see requirements)
#### Clone this repo

```
git clone git@github.com:/nhsalpha/nhs_prototype_kit.git
git clone https://github.com/nhsalpha/nhs_prototype_kit.git
```

Expand Down

0 comments on commit 9db6bec

Please sign in to comment.