From dd01f86d37cdc3b8d73d56d51a56e9ae067239a7 Mon Sep 17 00:00:00 2001 From: Asim Date: Sat, 5 Nov 2016 09:11:38 +0000 Subject: [PATCH] minor gossip readme nitpick --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce67f1b..e0a2119 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Import the plugin as per usual import _ "github.com/micro/go-plugins/registry/gossip" ``` +Start with the registry flag + +```go +go run service.go --registry=gossip +``` + On startup you'll see something like ```go