diff --git a/README.Rmd b/README.Rmd index 0526b40..a3959b9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -59,7 +59,7 @@ You can install the development version of **SWATdoctR** from [GitHub](https://g # If the package 'remotes' is not installed run first: install.packages("remotes") -# The installation of `SWATprepR`. +# The installation of `SWATdoctR`. remotes::install_github("biopsichas/SWATdoctR") ``` diff --git a/README.md b/README.md index 765c8ac..5c16457 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can install the development version of **SWATdoctR** from # If the package 'remotes' is not installed run first: install.packages("remotes") -# The installation of `SWATprepR`. +# The installation of `SWATdoctR`. remotes::install_github("biopsichas/SWATdoctR") ```