diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b5095f87f57382ad0f55ac75b9cc1751d244fd0..4b0f14000278558c04ab8e470daf44f117d00a0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,11 +33,11 @@ build:
   parallel: &parallel
     matrix:
       - host:
-        - host01.shore.co.il
-        - kodi.shore.co.il
+          - host01.shore.co.il
+          - kodi.shore.co.il
         REGISTER_RUN_UNTAGGED: "false"
       - host:
-        - ns4.shore.co.il
+          - ns4.shore.co.il
         REGISTER_RUN_UNTAGGED: "true"
 
 run:
diff --git a/README.md b/README.md
index c09f89c4d31b6b401892e8cf8323373516ab7d6a..d2c4eace4151fb369ed32392f974241070c797d6 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,8 @@ dockerd socket mounted inside the container).
 
 ## Usage
 
-First of all, get the registration token from
-https://git.shore.co.il/admin/runners. To build and run on `ns4.shore.co.il`,
-just run:
+First, get the registration token from https://git.shore.co.il/admin/runners. To
+build and run on `ns4.shore.co.il`, just run:
 ```
 DOCKER_HOST=ssh://ns4.shore.co.il docker-compose build && DOCKER_HOST=ssh://ns4.shore.co.il REGISTRATION_TOKEN='INSERT_TOKEN' RUNNER_NAME=ns4.shore.co.il REGISTER_RUN_UNTAGGED="true" docker-compose up -d
 ```