Because init shouldn't be there.
Merge branch 'init'
diff --git a/README.md b/README.md
index 2ef7dae..f1d9ea8 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@
 
 ```
 $ go get ./..
-
 ```
 
 ## Integration
@@ -49,8 +48,9 @@
 
 If you change the portobufs definition run 
 
+```
 $ protoc -I=. --go_out=. ./docs.proto
-
+```