From 90080e15ac5b73574d1dee9c0eeb20c901d7392b Mon Sep 17 00:00:00 2001 From: Lautaro Jayat <48366106+LautaroJayat@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:30:44 -0300 Subject: [PATCH] Update README.md Changing context name in example, since first is named "local" but then is referenced as "localhost". This might benefit new users of this CLI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6b2478..14378b4a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To enable this we'll create a `demo` configuration and set it as default. First we add a configuration to capture the default `localhost` configuration. ``` -nats context add local --description "Localhost" +nats context add localhost --description "Localhost" ``` Output ```