From 757cf425fb77ade5ac319310dd2b3fb8afb1bc05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 17 Dec 2021 16:50:34 +0100
Subject: [PATCH] Add missing template argument in Readme

---
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index 89f84414d..bbdc4dee5 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:
-- 
GitLab