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() {