From 999c8959c3d5c0d66209a75c8677ed92da94e237 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 25 Sep 2022 13:33:37 +0200 Subject: [PATCH] fix: use code block in readme to simplify copy --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63dc3d1..009b2e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Cookiecutter recipe to easily create Ansible collection. -Usage: `cookiecutter https://gitea.rknet.org/xoxys/cookiecutter-ansible-collection` +```Shell +cookiecutter https://gitea.rknet.org/xoxys/cookiecutter-ansible-collection +``` ## License