From 53c37fbeb2d3aadc00842b334fff0f123dfa88dd Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 5 Jan 2021 15:00:53 -0600 Subject: [PATCH] update capitalization for consistency --- nats-tools/nas/dir_store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nas/dir_store.md b/nats-tools/nas/dir_store.md index cbf5d4a..6d4ccd4 100644 --- a/nats-tools/nas/dir_store.md +++ b/nats-tools/nas/dir_store.md @@ -60,7 +60,7 @@ Generated account key - private key stored "~/.nkeys/AAA/accounts/B/B.nk" Success! - added account "B" ``` -With the account and a couple of users in place, let's push all the accounts to the nats-account-server. If the account jwt server url is not set on the operator, you may want to set it. Note that account servers typically require the path `/jwt/v1` in addition to the protocol and hostport (or you can specify the `--account-jwt-server-url` flag to nsc's `push` command). +With the account and a couple of users in place, let's push all the accounts to the nats-account-server. If the account JWT server URL is not set on the operator, you may want to set it. Note that account servers typically require the path `/jwt/v1` in addition to the protocol and hostport (or you can specify the `--account-jwt-server-url` flag to nsc's `push` command). ```text ❯ nsc edit operator --account-jwt-server-url http://localhost:9090/jwt/v1