From f4ea9787a94b2c67a7913429cf450285b53567ce Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 14 Jul 2017 08:24:46 +0100 Subject: [PATCH] Strip readme comments --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index a7bf7c45..b7651615 100644 --- a/README.md +++ b/README.md @@ -157,14 +157,9 @@ func main() { service := micro.NewService( micro.Name("greeter"), micro.Version("latest"), - micro.Metadata(map[string]string{ - "type": "helloworld", - }), ) - // Init will parse the command line flags. Any flags set will - // override the above settings. Options defined here will - // override anything set on the command line. + // Init will parse the command line flags. service.Init() // Register handler