Skip to content

Commit d1d1552

Browse files
author
Dragon Dave McKee
committed
Make non-literal text in code more obvious.
1 parent f810084 commit d1d1552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ How To Use This
1616
---------------
1717

1818
1. Navigate over to https://developer.uber.com/, and sign up for an Uber developer account.
19-
2. Register a new Uber application and make your Redirect URI http://localhost:7000/submit - ensure that both the `profile` and `history` OAuth scopes are checked.
19+
2. Register a new Uber application and make your Redirect URI `http://localhost:7000/submit` - ensure that both the `profile` and `history` OAuth scopes are checked.
2020
3. Fill in the relevant information in the `config.json` file in the root folder and add your client id and secret as the environment variables `UBER_CLIENT_ID` and `UBER_CLIENT_SECRET`.
21-
4. Run `export UBER_CLIENT_ID="YOUR_CLIENT_ID"&&export UBER_CLIENT_SECRET="YOUR_CLIENT_SECRET"`
21+
4. Run `export UBER_CLIENT_ID="`*{your client id}*`"&&export UBER_CLIENT_SECRET="`*{your client secret}*`"`
2222
5. Run `pip install -r requirements.txt` to install dependencies
2323
6. Run `python app.py`
2424
7. Navigate to http://localhost:7000 in your browser
@@ -47,7 +47,7 @@ Click the button below to set up this sample app on Heroku:
4747

4848
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
4949

50-
After creating your app on Heroku, you have to configure the redirect URL for your Uber OAuth app. Use a `https://{my-app-name}.herokuapp.com/submit` URL.
50+
After creating your app on Heroku, you have to configure the redirect URL for your Uber OAuth app. Use a `https://`*{your-app-name}*`.herokuapp.com/submit` URL.
5151
You will also want to configure the heroku environment variable FLASK_DEBUG=False in order to properly serve SSL traffic.
5252

5353
Making Requests

0 commit comments

Comments
 (0)