Update install instruction for IDS version
Change-Id: I4f9e680f7c9f93969336c13d02c4e76b1147aa18
diff --git a/README.Rmd b/README.Rmd
index 0ecfe20..17049a8 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -16,7 +16,7 @@
You can use this format in R Markdown documents by installing this package as follows:
``` r
-install.packages("revealjs")
+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: