minor typo in README.md

This commit is contained in:
MW Lim 2018-01-02 16:14:00 +08:00 committed by GitHub
parent a712f77d7a
commit 2c1087cc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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