Skip to content

Commit

Permalink
DOC: Fix missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
omsai committed Apr 8, 2018
1 parent 6d56638 commit 70c95aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ then install the dependencies:

``` R
source("https://bioconductor.org/biocLite.R")
install.packages(devtools)
install.packages("devtools")
devtools::install(repos = BiocInstaller::biocinstallRepos(),
dependencies = TRUE)
```
Expand Down

0 comments on commit 70c95aa

Please sign in to comment.