diff --git a/R-package/README.md b/R-package/README.md index eb251926a..b66006fbd 100644 --- a/R-package/README.md +++ b/R-package/README.md @@ -56,7 +56,7 @@ make -j4 Run the following R script to install xgboost package from the root directory. ```r -install.package('devtools') # if not installed +install.packages('devtools') # if not installed setwd('C:/xgboost/') library(devtools) install('R-package')