Merge pull request #421 from gmgreg/gmgreg-patch-1

Update examples/README.md
This commit is contained in:
Eric Chiang 2016-04-20 13:24:15 -07:00
commit 0a7ab7b47d

View file

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