From 2653f6b566e560015593910f0f1842fd5d65e060 Mon Sep 17 00:00:00 2001 From: gmgreg Date: Wed, 20 Apr 2016 11:53:36 -0700 Subject: [PATCH] Update README.md Fix command line for example-cli --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```