diff --git a/source/usage/Get it Running - Step by Step.md b/source/usage/Get it Running - Step by Step.md
index 4c0c692..c0946eb 100644
--- a/source/usage/Get it Running - Step by Step.md
+++ b/source/usage/Get it Running - Step by Step.md
@@ -87,14 +87,14 @@ Go to the line starting with `{actors_connections =` and after the following `[`
Now you have to set the access-permissions to your machine.
Go to the line starting with `, machines =`. and after the `{` you can add a machine:
-`Name-of-your-Machine =
-{ description = Some "I am your first Testmachine"
- , disclose = "lab.test.read"
- , manage = "lab.test.admin"
- , name = "Shelly Rot"
- , read = "lab.test.read"
- , write = "lab.test.write"
- },`
+`Name-of-your-Machine =
+ { description = Some "I am your first Testmachine"
+ , disclose = "lab.test.read"
+ , manage = "lab.test.admin"
+ , name = "Shelly Rot"
+ , read = "lab.test.read"
+ , write = "lab.test.write"
+ },`
Change the third IP-adress under "listens" to the IP-adress of your computer.
**- save**