aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-09 12:45:43 -0700
committerChris Rebert <[email protected]>2013-10-09 12:45:43 -0700
commitda4a275473dd0830fb95eca8be08b60496643dad (patch)
treed94507ec88babfa917255fa09752926b105c9f1d
parenta007769ac3fb73b90959e60331f7f044c202e80b (diff)
parent41444cd83a95e5a6c7416f14bc9d3dbd8133cbb3 (diff)
downloadbootstrap-da4a275473dd0830fb95eca8be08b60496643dad.tar.xz
bootstrap-da4a275473dd0830fb95eca8be08b60496643dad.zip
Merge pull request #10896 from ZDroid/patch-3
Change clone protocol from git:// to https://
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25e62ebf5..007d4a2fe 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ To get started, check out [http://getbootstrap.com](http://getbootstrap.com)!
Three quick start options are available:
* [Download the latest release](https://github.com/twbs/bootstrap/releases/tag/v3.0.0).
-* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`.
+* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
* Install with [Bower](http://bower.io): `bower install bootstrap`.
Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.