From f960378487c4b879e2b4a720f10df57b77c6f27c Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Wed, 22 May 2019 09:59:25 +0200 Subject: [PATCH] Update go-nats to nats.go in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01aa37a6..a41a3aa1 100644 --- a/README.md +++ b/README.md @@ -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