Readme: Add section on connecting to other KorAP instances
Change-Id: Ia3609288c32787181b963ea7ba3d9f7b3b7ca038
diff --git a/Readme.md b/Readme.md
index b49ec5d..a46221a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -58,7 +58,22 @@
[<!-- -->](https://korap.github.io/RKorAPClient/man/figures/Readme-Example-2.html)
+### Use other corpora than DeReKo as basis
+Set the first (`KorAPUrl`) argument of the `KorAPConnection` function to the URL of the KorAP instance, providing the desired corpus, e.g. to
+
+* `https://korap.ids-mannheim.de/instance/wiki/` for the current German Wikipedia corpus provided by the IDS
+* `https://korap.ids-mannheim.de/instance/english/` for an English Wikipedia corpus provided by the IDS
+* `https://korap.dnb.de/` for the DeLiKo@DNB-XL German fiction corpus
+* `https://korap.racai.ro/` for the Contemporary Corpus of the Romanian Language (CoRoLa)
+
+```r
+library(RKorAPClient)
+KorAPConnection(KorAPUrl = "https://korap.ids-mannheim.de/instance/wiki/", verbose = TRUE) |>
+ corpusQuery("Berlin") |>
+ fetchAll()
+```
+
### Identify *in … setzen* light verb constructions by using the new `collocationAnalysis` function
```r
@@ -215,7 +230,7 @@
remotes::install_github("KorAP/RKorAPClient")
```
-### Full installation videos
+## Full installation videos
## Mac