Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Fix typo #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Google App Engine python environment.
add the full URL of your application + `/admin/auth` as an
**Authorized Redirect URI** for the OAuth 2.0 Client. If using the free
appspot.com domain, the redirect URI will look something like
`https://your-applciation-id.appspot.com/admin/auth`.
`https://your-application-id.appspot.com/admin/auth`.
5. Edit `config.py` in the Google Analytics superProxy `src` directory and
update `OAUTH_CLIENT_ID`, `OAUTH_CLIENT_SECRET`, and `OAUTH_REDIRECT_URI`
if necessary.
Expand Down Expand Up @@ -138,4 +138,4 @@ report data and it will automatically refresh.
- Initial launch...super sweet!
#### 2013-08-06
- Multiple Google Charts on a single page works again! (Fixes [Issue #3](https://github.com/googleanalytics/google-analytics-super-proxy/issues/3))
- Added a sample Google Charts HTML/JS demo.
- Added a sample Google Charts HTML/JS demo.