Skip to content

Commit

Permalink
Merge pull request Expensify#911 from Expensify/tyler-clarify-instruc…
Browse files Browse the repository at this point in the history
…tions

Make instructions clearer
  • Loading branch information
tylerkaraszewski authored Dec 10, 2020
2 parents f52d5f3 + e74e0c8 commit 12a8a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Now, all of your API calls will be using the ngrok route.
## Running the web app via production API proxy (Contributors) 🧑‍💻
If you don't have full-access to Expensify's development environment you will need to run the app against the production API.
* Copy the `.env.production` variables into your `.env` file
* Set `EXPENSIFY_URL_COM` environment variable to be empty
* Set `EXPENSIFY_URL_COM` environment variable to be empty (Note: this means it should be `EXPENSIFY_URL_COM=`, not completely omitted)
* Run the **Development Server**: `npm run proxy`

## Running the tests 🎰
Expand Down

0 comments on commit 12a8a15

Please sign in to comment.