Skip to content

Commit

Permalink
Merge pull request #512 from grantbrown/master
Browse files Browse the repository at this point in the history
Avoid use of the depricated "username" argument to install_github
  • Loading branch information
ramnathv committed Sep 15, 2014
2 parents bcaccfa + 6bbc80a commit 929875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can install `rCharts` from `github` using the `devtools` package

```coffee
require(devtools)
install_github('rCharts', 'ramnathv')
install_github('ramnathv/rCharts')
```

## Features
Expand Down

0 comments on commit 929875d

Please sign in to comment.