From 0dd2a57ca259a1f31fcfa348cda804ad1b9e9de8 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 22 Nov 2019 09:40:07 -0600 Subject: [PATCH] Command fix for nkeys doc issue #8 --- nats-tools/nk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nk.md b/nats-tools/nk.md index 1f3270c..22beaf5 100644 --- a/nats-tools/nk.md +++ b/nats-tools/nk.md @@ -11,7 +11,7 @@ With NKeys the server can verify identity without ever storing secrets on the se To get started with NKeys, you’ll need the `nk` tool from [https://github.com/nats-io/nkeys/tree/master/nk](https://github.com/nats-io/nkeys/tree/master/nk) repository. If you have _go_ installed, enter the following at a command prompt: ```bash -> go get github.com/nats-io/nk +> go get github.com/nats-io/nkeys/nk ``` ## Generating NKeys and Configuring the Server