Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed May 23, 2018
2 parents e2bddd5 + 268f065 commit b2e684e
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 @@ -16,7 +16,7 @@ Google Sheets Script for interacting with EVE ESI
* PERMISSIONS: Select all esi-* endpoints.
* CALLBACK URL: https://script.google.com/macros/d/{SCRIPT_ID_COPIED_IN_STEP_FOUR}/usercallback
* Be sure to replace the `{SCRIPT_ID_COPIED_IN_STEP_FOUR}` in the URL with YOUR script ID!
* Also be sure to **not** include the `{` and `}`. Url should look something like this, but with your Script ID:
* Also be sure to **not** include the `{` and `}` in your url; it should look something like this, but with your Script ID:
* `https://script.google.com/macros/d/15lw-cjwWYnHgLU_tmx6KnyHtZ9aR9Q/usercallback`
6. Replace the CLIENT_ID and CLIENT_SECRET variables towards the top with your info from the dev app, and save the script.
7. Replace `YOUR_MAIN_CHARACTER_NAME` with the name of your main (the character to default to if no name is given with a function) character in the MAIN_CHARACTER constant, and save the script.
Expand Down

0 comments on commit b2e684e

Please sign in to comment.