Make Github download URL in README https.
diff --git a/README.mdown b/README.mdown
index ffd3d20..94d6c25 100644
--- a/README.mdown
+++ b/README.mdown
@@ -21,7 +21,7 @@
 Another easy way to install git-flow is using Rick Osborne's excellent git-flow
 installer, which can be run using the following command:
 
-	$ wget -q -O - http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
+	$ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
 
 ### Windows
 #### Using Cygwin
@@ -29,7 +29,7 @@
 first to install tools like `git`, `util-linux` and `wget` (with those three being packages that can be selected
 during installation). Then simply run this command from a Cygwin shell:
 
-	$ wget -q -O - http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh
+	$ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh
 
 #### Using msysgit
 This is much like the manual installation below, but there are additional steps required to install some extra tools that