Skip to content

Commit

Permalink
fix install instructions in README.md; thx @pssguy
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Oct 1, 2015
1 parent a50fa95 commit 9657cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 9657cb6

Please sign in to comment.