From 2c1087cc005daf276f0bfe09d0aa97045531e7ba Mon Sep 17 00:00:00 2001 From: MW Lim Date: Tue, 2 Jan 2018 16:14:00 +0800 Subject: [PATCH] minor typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63137883..ac7950d3 100644 --- a/README.md +++ b/README.md @@ -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