diff --git a/README.Rmd b/README.Rmd index 9214b8f..00e952f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -25,9 +25,10 @@ Additional work on the short course has been contributed by Elizabeth Humphries ## Installation -You can install the development version of dataplay from [GitHub](https://github.com/) with: +You can install the development version of `dasehr` from [GitHub](https://github.com/) with: ``` r +# Use devtools or remotes to install from GitHub # install.packages("devtools") devtools::install_github("fhdsl/dasehr") diff --git a/README.md b/README.md index 7744421..5341a75 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Humphries and Candace Savonen. ## Installation -You can install the development version of dataplay from +You can install the development version of `dasehr` from [GitHub](https://github.com/) with: ``` r +# Use devtools or remotes to install from GitHub # install.packages("devtools") devtools::install_github("fhdsl/dasehr")