diff --git a/docs/get_started/development.md b/docs/get_started/development.md
index 9c1adbf8b73d98b82f06d65dfd1278dc4d080925..c4e4868df61eef2645e0cb215a03692febd4636d 100644
--- a/docs/get_started/development.md
+++ b/docs/get_started/development.md
@@ -42,9 +42,7 @@ The library already has all the documents needed to run the [predict command](..
 teklia-dan predict \
     --image-dir images/ \
     --image-extension png \
-    --model popp_line_model.pt \
-    --parameters parameters.yml \
-    --charset charset.pkl \
+    --model . \
     --output /tmp/dan-predict
 ```