From 956ef51ab48b8902ff64bb977a0db497e109fbdf Mon Sep 17 00:00:00 2001 From: Matthew Lincoln Date: Wed, 2 Sep 2015 10:15:36 -0400 Subject: [PATCH] fix CRAN badge typo :/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc1f350..7901c97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ clipr [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active) -[![CRAN status.](http://www.r-pkg.org/badges/version/clipr)]((http://www.r-pkg.org/pkg/clipr)) +[![CRAN status.](http://www.r-pkg.org/badges/version/clipr)](http://www.r-pkg.org/pkg/clipr) Simple utility functions to read and write from the system clipboards of Windows, OS X, and Linux.