docs(README): fixes the markdown code format

This commit is contained in:
Manu MA 2017-02-26 20:03:05 +01:00 committed by GitHub
parent 5be2123c1a
commit a47a8ca6e7
1 changed files with 4 additions and 3 deletions

View File

@ -103,11 +103,12 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648
``` ```
4. (Optional) Use latest changes (note: they may be broken and/or unstable): 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 $ GIN_PATH=$GOPATH/src/gopkg.in/gin-gonic/gin.v1
$ git -C $GIN_PATH checkout develop $ git -C $GIN_PATH checkout develop
$ git -C $GIN_PATH pull origin develop $ git -C $GIN_PATH pull origin develop
   ``` ```
## API Examples ## API Examples