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