From 216d14971f4d50a22a669b5d31a46f530707d6fe Mon Sep 17 00:00:00 2001 From: Asim Date: Thu, 30 Jun 2016 20:24:43 +0100 Subject: [PATCH] Fix readme tabs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76284d9..acd9288 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ to create a HTTP Server that could potentially be used for REST based API servic ```go import ( - "net/http" + "net/http" - "github.com/micro/go-micro/server" - httpServer "github.com/micro/go-plugins/server/http" + "github.com/micro/go-micro/server" + httpServer "github.com/micro/go-plugins/server/http" ) func main() { @@ -35,11 +35,11 @@ Or as part of a service ```go import ( - "net/http" + "net/http" - "github.com/micro/go-micro" - "github.com/micro/go-micro/server" - httpServer "github.com/micro/go-plugins/server/http" + "github.com/micro/go-micro" + "github.com/micro/go-micro/server" + httpServer "github.com/micro/go-plugins/server/http" ) func main() {