Skip to content

Commit

Permalink
Make it more clear to not include the brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Mar 11, 2018
1 parent 46968d3 commit f4b9dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 replace the `{` and `}` as well. Url should look something like this, but with your Script ID:
* Also be sure to **not** include the `{` and `}`. Url 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 All @@ -37,7 +37,7 @@ Use the GESI option in the menu bar and click the `Check for updates` option. E
* New minor version - New features/additions to the script that will work with current auths. Just copy paste new code in.
* New patch version - Bug fixes and minor improvements that will work with current auths. Just copy paste new code in.

**NOTE: Changes in the ESI spec, such as adding/removing columns, name changes etc., may still break your app. **
**NOTE: Changes in the ESI spec, such as adding/removing columns, name changes etc., may still break your app.**


### Parameter datatype samples
Expand Down

0 comments on commit f4b9dd6

Please sign in to comment.