From 82442d9f6a1aa3c24b551a231bfe23963fd7fd45 Mon Sep 17 00:00:00 2001 From: Matic Leva Date: Fri, 14 Apr 2017 08:23:17 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b306de..4a4c97b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +- Added a sample Google Charts HTML/JS demo.