Update Readme.md
diff --git a/Readme.md b/Readme.md
index 766982f..390fc8c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -29,7 +29,7 @@
Make annotations:
```bash
-make -j $(nproc) target/dnb.ud.zip target/dnb.spacy.zip target/dnb.tree_tagger.zip
+make -j $(nproc) target/dnb.marmot-malt.zip target/dnb.spacy.zip target/dnb.tree_tagger.zip
```
### To build KorAP index (also directly)
@@ -42,6 +42,11 @@
## News
+* 2024-03-24
+ * slow udpipe2 dropped
+ * added marmot POS and morpho-syntactic annotations
+ * added malt dependency annotations
+
* 2024-03-18
* added `make deploy` to install new index and restart local KorAP@DNB instance (also available as ci target)
* added `show-server-logs` and `show-server-status` make targets to monitor the local KorAP@DNB instance