Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/oauth2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ detailed instructions.

## Setup
1. In the [Cloud Developers Console](https://cloud.google.com/console) > API Manager > Credentials,
create a Oauth Client ID for a Web Application. You will need to provide an authroized JavaScript
create a Oauth Client ID for a Web Application. You will need to provide an authorized JavaScript
origin. Typically, https://projectID.appspot.com.
1. Edit `src/main/webapp/index.html` and change `YOUR_CLIENT_ID_HERE.apps.googleusercontent.com` to
Client ID from the prior step.
Expand Down