Skip to content

Commit

Permalink
Fix URL to starter template in the docs (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 authored and thinkerou committed Mar 4, 2019
1 parent df366c7 commit f8f1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $ govendor fetch github.com/gin-gonic/gin@v1.3
4. Copy a starting template inside your project

```sh
$ curl https://raw.githubusercontent.com/gin-gonic/gin/master/examples/basic/main.go > main.go
$ curl https://raw.githubusercontent.com/gin-gonic/examples/master/basic/main.go > main.go
```

5. Run your project
Expand Down

0 comments on commit f8f1459

Please sign in to comment.