diff --git a/README.md b/README.md
index bef16eb..0b45db0 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,23 @@
-# Container PS
-> This little app for **OSX** help you to manager your Docker containers.
+
+
+
+
+
Container PS
+ This little app for OSX help you to manager your Docker containers.
+
+
+
+
+
+
+
+
+
+---
You must have Docker launched to make work this app.
It uses shell commands using the **Node.js** *child_process* [spawn](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options) module, thanks to @SebastianRuecker.
----
-
You can see the list of all your containers, whether they are active or not.
@@ -20,8 +32,6 @@ With the light Theme.
When hovering over a container, you will have additional information about it, as well as buttons to turn it on, off, restart or delete it.
----
-
# Download
See in [releases pages](https://github.com/Toinane/container-ps/releases).