diff options
author | kimjangwook <kim_jw_1029@yahoo.co.jp> | 2017-04-18 20:25:27 +0900 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2017-04-18 13:25:27 +0200 |
commit | 8f59324fbdf03dc79b1f6206f70f3ad174868c93 (patch) | |
tree | 71bce0aa58bc49d4c9c3778232705330dcd048a2 | |
parent | 425fe8ee586f724f4aec278a0788268a96376cf7 (diff) | |
download | sso-origin/HEAD.zip sso-origin/HEAD.tar.gz sso-origin/HEAD.tar.bz2 |
Fixing typos (#75)HEADorigin/masterorigin/HEADmaster
In line 138:
usename -> username
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ On *nix (Linux / Unix / OSX) run: export SSO_SERVER=http://localhost:9000 SSO_BROKER_ID=Julias SSO_BROKER_SECRET=ceda63kmhp; php -S localhost:9003 -t examples/ajax-broker/ Now open some tabs and visit http://localhost:9001, http://localhost:9002 and http://localhost:9003. -usename/password +username/password jackie/jackie123 john/john123 |