Update example in README

This commit is contained in:
richtr 2014-05-25 18:58:05 +02:00
parent 2f2002e875
commit 0ae91b08c8

View File

@ -16,7 +16,6 @@ Using the library is very simple, here is an example of publishing a service ent
service := &mdns.MDNSService{ service := &mdns.MDNSService{
Instance: host, Instance: host,
Service: "_foobar._tcp", Service: "_foobar._tcp",
Addr: []byte{127,0,0,1},
Port: 8000, Port: 8000,
Info: "My awesome service", Info: "My awesome service",
} }