From 6bbc80ab9e167fa088a0ba01b071a4e8ff56f74b Mon Sep 17 00:00:00 2001 From: Grant Brown Date: Thu, 28 Aug 2014 10:09:15 -0500 Subject: [PATCH] Avoid use of the depricated "username" argument to devtools::install_github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e0a408..8e25f94 100644 --- a/README.md +++ b/README.md @@ -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