Update README.md

Fix command line for example-cli
This commit is contained in:
gmgreg 2016-04-20 11:53:36 -07:00
parent 58d9ae90c0
commit 2653f6b566

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