From 9657cb656c39c432798dda09b7f5ec78257b47be Mon Sep 17 00:00:00 2001 From: timelyportfolio Date: Thu, 1 Oct 2015 13:20:39 -0500 Subject: [PATCH] fix install instructions in README.md; thx @pssguy --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 077d402..b2c2795 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ Create interactive d3.js timelines from R using d3.layout.timeline. ## Installation ```{r eval = FALSE} -devtools::install_github("/timelineR") +devtools::install_github("timelyportfolio/timelineR") ``` ## Usage diff --git a/README.md b/README.md index e3ae6ce..18a6508 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Create interactive d3.js timelines from R using d3.layout.timeline. ## Installation ```r -devtools::install_github("/timelineR") +devtools::install_github("timelyportfolio/timelineR") ``` ## Usage