diff --git a/README.md b/README.md index d5ae78185dccce142164b80ca0f18fdd5c0be75d..911586808c30b6513b89b187bab710fa59575ebb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Installation To allow for reproducible research, we prefer [version tags](https://github.com/holgerbrandl/datautils/releases) over cran deployment. You can use these tags to write our workflows. Eg. you could use the stable `v1.45` tag ``` -devtools::source_url("https://git.mpi-cbg.de/bioinfo/datautils/raw/v1.51/R/core_commons.R") +devtools::source_url("https://git.mpi-cbg.de/bioinfo/datautils/raw/v1.45/R/core_commons.R") ``` Instead to use the latest master-branch version (which is subject of constant change) use