Add dev version hint in Readme
Change-Id: Ifc9cc784da41aa7908d7cbd60f24127b41f2783a
diff --git a/Readme.md b/Readme.md
index 337d39a..83c3120 100644
--- a/Readme.md
+++ b/Readme.md
@@ -177,11 +177,13 @@
should return KWIC snippets, if you have authorized your application successfully.
-## Querying and fetching annotations
+## Querying and fetching annotations
You can use complex annotation queries in all client functions just as in the KorAP web interface (see [KorAP Query Help](https://korap.ids-mannheim.de/doc/ql)). To fetch the annotations for all matches in a `KorAPQuery` object, use the `fetchAnnotations()` method:
```R
+# fetchAnnotations is currently only available in the development version of RKorAPClient
+devtools::install_github("KorAP/RKorAPClient")
library(RKorAPClient)
kco <- KorAPConnection(verbose = TRUE) |> auth()
q <- corpusQuery(kco, "[marmot/p=ADJA] [tt/l=Ameisenplage & marmot/m=case:acc]", metadataOnly = FALSE) |>