Update readme

This commit is contained in:
Asim Aslam 2020-04-19 00:45:29 +01:00
parent ab041012b2
commit 6071b74fb5

View File

@ -45,10 +45,8 @@ are pluggable and allows Go Micro to be runtime agnostic. You can plugin any und
To make use of Go Micro
```
```golang
import "github.com/micro/go-micro/v2"
service := micro.NewService()
```
See the [docs](https://micro.mu/docs/framework.html) for detailed information on the architecture, installation and use of go-micro.