Update go-nats to nats.go in readme

This commit is contained in:
Waldemar Quevedo
2019-05-22 09:59:25 +02:00
committed by GitHub
parent 32b95a2f28
commit f960378487

View File

@@ -15,10 +15,10 @@ go get github.com/nats-io/nats-server
nats-server
```
Install the [Go NATS client](https://github.com/nats-io/go-nats/blob/master/README.md):
Install the [Go NATS client](https://github.com/nats-io/nats.go/blob/master/README.md):
```
go get github.com/nats-io/go-nats
go get github.com/nats-io/nats.go/
```
## Installation