From 13f8e4fef7f4971805a78126a1b2d9d757462642 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 28 Feb 2018 15:40:41 +0000 Subject: [PATCH] nitpick --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26e6a039..c6798d0b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You'll need to install: ## Service Discovery -Service discovery is used to resolve service names to addresses. It's the only dependency of go-micro. +Service discovery is used to resolve service names to addresses. ### Consul @@ -71,7 +71,7 @@ Discovery is pluggable. Find plugins for etcd, kubernetes, zookeeper and more in Pass `--registry=mdns` to any command or the enviroment variable `MICRO_REGISTRY=mdns` ``` -go run main.go --registry=mdns +MICRO_REGISTRY=mdns go run main.go ``` ## Writing a service