From 9c3770d4057a5adca108c15ca317fee54766f9f7 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 1 Dec 2018 23:03:01 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b49cff9..ba4a726 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ environments. Using the library is very simple, here is an example of publishing a service entry: -``` +```go package main import ( @@ -41,7 +41,7 @@ func main() { Doing a lookup for service providers is also very simple: -``` +```go package main import (