docs: Fix CONTRIBUTING.md
authorAlbert Nigmatzianov <albertnigma@gmail.com>
Wed, 15 Mar 2017 08:27:02 +0000 (13:27 +0500)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 15 Mar 2017 08:27:02 +0000 (09:27 +0100)
CONTRIBUTING.md

index 679a2d68152df73c24b1c84ed7c141835703a84c..1a5004d670739703e3f2c1d57950e7dc49ab9c71 100644 (file)
@@ -92,10 +92,10 @@ You **must use govendor** to fetch and manage Hugo's dependencies.
 
 ### Fetch the Sources From GitHub
 
-    ```
-    go get github.com/kardianos/govendor
-    govendor get github.com/spf13/hugo
-    ```
+```
+go get github.com/kardianos/govendor
+govendor get github.com/spf13/hugo
+```
 
 ### Using Git Remotes
 
@@ -154,8 +154,8 @@ If you want to stay in sync with the Hugo repository, you can easily pull down
 the source changes, but you'll need to keep the vendored packages up-to-date as
 well.
 
-    ```
-    git pull
-    make vendor
-    ```
+```
+git pull
+make vendor
+```