docs(readme): fix embedmd build

This commit is contained in:
Javier Provecho Fernandez 2017-07-02 16:34:52 +02:00
parent 912a7df572
commit de1fdfd1e5
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
- Use the search tool before opening a new issue.
- Please provide source code and commit sha if you found a bug.
- Review existing issues and provide feedback or react to them.
- With pull requests:
- Open your pull request against master
- Your pull request should have no more than two commits, if not you should squash them.

View File

@ -120,7 +120,7 @@ $ mkdir -p ~/go/src/github.com/myusername/project && cd "$_"
```sh
$ govendor init
$ govendor add github.com/gin-gonic/gin@v1.2
$ govendor fetch github.com/gin-gonic/gin@v1.2
```
4. Copy a starting template inside your project