From c6b2fa04864c7f91b4e0529f2d5cdf4e190da2cc Mon Sep 17 00:00:00 2001
From: Holger Brandl <brandl@mpi-cbg.de>
Date: Fri, 13 Feb 2015 15:51:52 +0100
Subject: [PATCH] improved documentation

---
 R/spinr/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/R/spinr/README.md b/R/spinr/README.md
index 12dfa86..d03aa2d 100644
--- a/R/spinr/README.md
+++ b/R/spinr/README.md
@@ -1,4 +1,4 @@
-spin.R: A shell-wrapper for knitr::spin
+spin.R - A shell-wrapper for knitr::spin
 ===
 
 
@@ -8,7 +8,7 @@ Installation
 Download a local copy and add it to your path using
 ```
 targetDirectory=~/bin
-wget -P $targetDirectory https://raw.githubusercontent.com/holgerbrandl/datautils/master/R/spinr/spin.R
+wget -P $targetDirectory --no-check-certificate https://raw.githubusercontent.com/holgerbrandl/datautils/master/R/spinr/spin.R
 chmod +x $targetDirectory/spin.R
 export PATH=$targetDirectory:$PATH
 ```
-- 
GitLab