diff --git a/README.md b/README.md index 3d15f15..84f8b74 100755 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ How to install The package now is available from CRAN by usual installing procedure. It can be also installed from sources, just [download](https://github.com/svkucheryavski/mdatools/releases) a source package archive from GitHub and install it using -the `install.packages` command, e.g. if the downloaded file is `mdatools_0.6.0.tar.gz` and it is located in a current working directory, just run the following: +the `install.packages` command, e.g. if the downloaded file is `mdatools_0.6.1.tar.gz` and it is located in a current working directory, just run the following: ``` -install.packages('mdatools_0.6.0.tar.gz') +install.packages('mdatools_0.6.1.tar.gz') ``` If you have `devtools` package installed, the following command will install the latest release from the GitHub (do not forget to load the `devtools` package first):