From a3741f8a11be9763200cb529fd0e35bcb946f3f5 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 9 Mar 2018 19:11:42 +0000 Subject: [PATCH] strip namespace from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079fb4be..d580e576 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ func (g *Greeter) Hello(ctx context.Context, req *proto.HelloRequest, rsp *proto func main() { // create a new function fnc := micro.NewFunction( - micro.Name("go.micro.fnc.greeter"), + micro.Name("greeter"), ) // init the command line