diff --git a/README.md b/README.md
index 242e3d2dff4d77514571a55833849c549f0dcfba..513ffa05b18ee91029bae991fd4ac862cb37c814 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
 ```