Permalink
Browse files

Merge pull request #512 from grantbrown/master

Avoid use of the depricated "username" argument to install_github
  • Loading branch information...
2 parents bcaccfa + 6bbc80a commit 929875d8742c754c33543f3d4331e6d834d7c586 @ramnathv committed Sep 15, 2014
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
View
@@ -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

0 comments on commit 929875d

Please sign in to comment.