Skip to content

Commit

Permalink
Update README.md to use redirect_uri openshift#78
Browse files Browse the repository at this point in the history
  • Loading branch information
lancecarlson committed Aug 27, 2015
1 parent c07b3bd commit 188a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ http.ListenAndServe(":14000", nil)
Open in your web browser:

````
http://localhost:14000/authorize?response_type=code&client_id=1234&redirect_url=http%3A%2F%2Flocalhost%3A14000%2Fappauth%2Fcode
http://localhost:14000/authorize?response_type=code&client_id=1234&redirect_uri=http%3A%2F%2Flocalhost%3A14000%2Fappauth%2Fcode
````

### License
Expand Down

0 comments on commit 188a35b

Please sign in to comment.