shithub: hugo

Download patch

ref: 491d4068810bd55c39a22d7ed95801efa823ae8b
parent: d8923eb676101aeec3e2789aa13e9dc2bb13a8bb
author: Albert Nigmatzianov <[email protected]>
date: Wed Mar 15 09:27:02 EDT 2017

docs: Fix CONTRIBUTING.md


--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,10 +92,10 @@
 
 ### 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 @@
 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
+```