minor typo in README.md (#1219)

This commit is contained in:
MW Lim 2018-01-23 10:36:36 +08:00 committed by Bo-Yi Wu
parent 8a6792d516
commit 7a9a290b36
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ func main() {
### Run multiple service using Gin
See the [question](https://github.com/gin-gonic/gin/issues/346) and try the folling example:
See the [question](https://github.com/gin-gonic/gin/issues/346) and try the following example:
[embedmd]:# (examples/multiple-service/main.go go)
```go