diff --git a/README.md b/README.md index 058e7a7..c399f30 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An R package for normalizing RNA-seq data to make them more comparable to microa In order to include this package in your R code, you only need to do the following: -install.packages("devtools") -library(devtools, quietly=T) -devtools::install_github("jeffreyat/TDM") +install.packages("devtools") +library(devtools) +devtools::install_github("jeffreyat/TDM") library(TDM)