Skip to content

Commit

Permalink
Fix clone URL for non contributors. Closes GH-247.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Dec 15, 2013
1 parent 3fe3598 commit aa5aeed
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 @@ -38,7 +38,7 @@ The easiest way to get started is to install Git and clone the repository:
``` bash
# Using Git, fetch only the latest commits. You won't need the full history
# for your project.
git clone --depth 1 git@github.com:backbone-boilerplate/backbone-boilerplate.git
git clone --depth 1 https://github.com/backbone-boilerplate/backbone-boilerplate

# Move the repository to your own project name.
mv backbone-boilerplate my-project
Expand Down

0 comments on commit aa5aeed

Please sign in to comment.