update readme

This commit is contained in:
Asim Aslam 2018-12-01 23:03:01 +00:00
parent 9ff06210ab
commit 9c3770d405

View File

@ -17,7 +17,7 @@ environments.
Using the library is very simple, here is an example of publishing a service entry: Using the library is very simple, here is an example of publishing a service entry:
``` ```go
package main package main
import ( import (
@ -41,7 +41,7 @@ func main() {
Doing a lookup for service providers is also very simple: Doing a lookup for service providers is also very simple:
``` ```go
package main package main
import ( import (