From a47a8ca6e778dcdc2932107127df49447733c676 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Sun, 26 Feb 2017 20:03:05 +0100 Subject: [PATCH] docs(README): fixes the markdown code format --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c940a107..7046b98e 100644 --- a/README.md +++ b/README.md @@ -103,11 +103,12 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648 ``` 4. (Optional) Use latest changes (note: they may be broken and/or unstable): -    ```sh + + ```sh $ GIN_PATH=$GOPATH/src/gopkg.in/gin-gonic/gin.v1 $ git -C $GIN_PATH checkout develop - $ git -C $GIN_PATH pull origin develop -    ``` + $ git -C $GIN_PATH pull origin develop +``` ## API Examples