From 6b926df5ac981594171c6cc759c97f04144d96d3 Mon Sep 17 00:00:00 2001 From: muhammad bukhori muslim Date: Thu, 27 Jun 2019 20:51:10 +0700 Subject: [PATCH] Fix command installation remove `https://` from `go get https://github...` --- nats_server/clients.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nats_server/clients.md b/nats_server/clients.md index bd8b406..59639f9 100644 --- a/nats_server/clients.md +++ b/nats_server/clients.md @@ -7,8 +7,8 @@ If you have a client library installed, you can try using a bundled client. Othe ### If you have Go installed: ``` -> go get https://github.com/nats-io/go-nats-examples/tools/nats-pub -> go get https://github.com/nats-io/go-nats-examples/tools/nats-sub +> go get github.com/nats-io/go-nats-examples/tools/nats-pub +> go get github.com/nats-io/go-nats-examples/tools/nats-sub ``` ### Or download a zip file