Skip to content

Commit fdb402e

Browse files
committed
Fix quotes in readme file
1 parent fd1e8f1 commit fdb402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How To Use This
1414

1515
1. Navigate over to https://developer.uber.com/, and sign up for an Uber developer account.
1616
2. Register a new Uber application and make your Redirect URI http://localhost:7000/submit
17-
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. Run export UBER_CLIENT_ID=YOUR_CLIENT_ID&&export UBER_CLIENT_SECRET=YOUR_CLIENT_SECRET”’
17+
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. Run 'export UBER_CLIENT_ID="YOUR_CLIENT_ID"&&export UBER_CLIENT_SECRET="YOUR_CLIENT_SECRET"'
1818
4. Run ‘pip install -r requirements.txt’ to install dependencies
1919
5. Run ‘python app.py’
2020
6. Navigate to http://localhost:7000 in your browser

0 commit comments

Comments
 (0)