diff --git a/.github/readme.md b/.github/readme.md
index 8b16d23d..9471a1e2 100644
--- a/.github/readme.md
+++ b/.github/readme.md
@@ -42,9 +42,6 @@ Our [documentation](http://docs.drone.io/getting-started/) can help you get star
Plugins are used in build steps to perform actions, eg send a message to slack or push a container to a registry. We have an extensive list of community plugins to customize your build pipeline, you can find those [here](http://plugins.drone.io/).
-
-
-
### Example `.drone.yml` build file.
This build file contains a single pipeline (you can have multiple pipelines too) that builds a go application. The front end with npm. Publishes the docker container to a registry and announces the results to a slack room.