From af8e9286448cd89bae16b04743bdb7232ed03060 Mon Sep 17 00:00:00 2001
From: fejao <mail@fejao.de>
Date: Thu, 13 Feb 2025 17:40:12 +0100
Subject: [PATCH] Fixing README.md file

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 242e3d2..513ffa0 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
     - [x] [oh_my_bash](https://git.cccv.de/fejao/c3infodesk-deployment/-/commit/6bf23eb4335ad92ba42b9d1872abf497aed735cc)
 - [x] Set ansible-lint for the roles.
 - [ ] Add molecule tests to CI-CD
-    - CI-CD tests can't run **molecule** tests on this server because **DIND (docker in docker)** is not setted at this server :(
+    - CI-CD tests can't run **molecule** tests on this server because **DIND (docker in docker)** is not setted to be used :(
 
 
 ## What is this?
@@ -42,7 +42,7 @@ The roles are setted as **git submodules**.
 For adding this roles to this repository, you need to start/init the submodules. You can do it by runnig this command:
 
 ```bash
-git submodules update --init
+git submodule update --init
 ```
 
 
-- 
GitLab