diff --git a/examples/README.md b/examples/README.md index 49e21c14..467804ba 100644 --- a/examples/README.md +++ b/examples/README.md @@ -52,7 +52,7 @@ The example CLI will start, connect to the Dex instance to gather discovery info ```console ./bin/example-cli \ - --client-id example-cli - --client-secret examplie-cli-secret + --client-id example-cli \ + --client-secret examplie-cli-secret \ --discovery=http://127.0.0.1:5556 ```