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 ```