diff --git a/docs/README.md b/docs/README.md
index 89f84414da18272e8af4e1a4a64e48151fe2bc73..bbdc4dee54b149d1f4d23dbd9422d47d4f52d666 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -33,7 +33,7 @@ bundle exec jekyll build
 We use the [crdoc](https://github.com/fybrik/crdoc) tool to generate the API reference for our CRDs:
 
 ```sh
-crdoc --resources ../theodolite/crd/ --output api-reference/crds.md
+crdoc --resources ../theodolite/crd/ --template api-reference/crds.tmpl  --output api-reference/crds.md
 ```
 
 With the following command, crdoc is installed and executed in Docker: