Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f056da

Browse files
committed
Merge pull request auth0#34 from danielquinn/patch-1
Fixed a typo
2 parents cfcf0bf + 57d2def commit 6f056da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flask-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example is deployed at Heroku at http://auth0-python-flaskapi-sample.heroku
66
# Running the example
77
In order to run the example you need to have `python` and `pip` installed.
88

9-
You also need to set the client secret and ID of your Auth0 app as enviroment variables with the following names respectively: `AUTH0_CLIENT_SECRET` and `AUTH0_CLIENT_ID`.
9+
You also need to set the client secret and ID of your Auth0 app as environment variables with the following names respectively: `AUTH0_CLIENT_SECRET` and `AUTH0_CLIENT_ID`.
1010

1111
For that, if you just create a file named `.env` in the directory and set the values like the following, the app will just work:
1212

0 commit comments

Comments
 (0)