Update Readme.md
Change-Id: Ied0f5b325c2c3fa214c6b4ff8ebac9902f673101
diff --git a/Readme.md b/Readme.md
index 87ab2fc..1eaacd5 100644
--- a/Readme.md
+++ b/Readme.md
@@ -183,12 +183,10 @@
### Tag and lemmatize with TreeTagger
-This requires the [TreeTagger Docker Image with CoNLL-U Support](https://gitlab.ids-mannheim.de/KorAP/CoNLL-U-Treetagger).
-Language models are downloaded automatically.
-
```shell script
-./build/bin/korapxmltool app/src/test/resources/wdf19.zip | docker run --rm -i korap/conllu2treetagger -l french | conllu2korapxml
+./build/bin/korapxmltool -A "docker run --rm -i korap/conllu-treetagger -l french" -t zip app/src/test/resources/wdf19.zip
```
+See [TreeTagger Docker Image with CoNLL-U Support](https://github.com/KorAP/conllu-treetagger-docker).
### Tag and lemmatize with spaCy directly to a new KorAP-XML ZIP file