From 0ae91b08c84c0862b2f858175d6ce27226b25235 Mon Sep 17 00:00:00 2001 From: richtr Date: Sun, 25 May 2014 18:58:05 +0200 Subject: [PATCH] Update example in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bd902f5..d9550fd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ Using the library is very simple, here is an example of publishing a service ent service := &mdns.MDNSService{ Instance: host, Service: "_foobar._tcp", - Addr: []byte{127,0,0,1}, Port: 8000, Info: "My awesome service", }