Avoid use of the depricated "username" argument to install_github #512

Merged
merged 1 commit into from Sep 15, 2014
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
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