Skip to content

Commit

Permalink
docs(README): change git clone url from ssh to https
Browse files Browse the repository at this point in the history
  • Loading branch information
rodyhaddad committed Apr 19, 2015
1 parent 6a6e071 commit 62819ee
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 @@ -7,7 +7,7 @@ So you want to play around with wrenchjs?
It's easy. To set up the project on your machine, run these commands:
```bash
# Get the source code on your machine
git clone git@github.com:rodyhaddad/wrenchjs.git;
git clone https://github.com/rodyhaddad/wrenchjs.git;
# Step inside the project
cd wrenchjs;
# Install the project dependency
Expand Down

0 comments on commit 62819ee

Please sign in to comment.