Skip to content

Commit

Permalink
update readme 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcastellanoescuder committed Feb 11, 2024
1 parent 5656e3f commit 49539bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ To install the Bioconductor last release version:
BiocManager::install("POMA")
```

To install the GitHub devel version:
To install the GitHub version:

```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("pcastellanoescuder/POMA", ref = "devel")
devtools::install_github("pcastellanoescuder/POMA")
```

## Citation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ To install the Bioconductor last release version:
BiocManager::install("POMA")
```

To install the GitHub devel version:
To install the GitHub version:

``` r
# install.packages("devtools")
devtools::install_github("pcastellanoescuder/POMA", ref = "devel")
devtools::install_github("pcastellanoescuder/POMA")
```

## Citation
Expand Down

0 comments on commit 49539bd

Please sign in to comment.