Use remotes::install_git
Change-Id: Iff15c6751e1bc50f1b21f125388fb18b9c8f290f
diff --git a/README.Rmd b/README.Rmd
index 3efbb59..40d2e63 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -27,7 +27,7 @@
You can use this format in R Markdown documents by installing this package as follows:
``` r
-devtools::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/revealjs")
+remotes::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/revealjs")
```
To create a [reveal.js](https://revealjs.com/) presentation from R Markdown you specify the `revealjs_presentation` output format in the front-matter of your document. You can create a slide show broken up into sections by using the `#` and `##` heading tags (you can also create a new slide without a header using a horizontal rule (`----`). For example here's a simple slide show: