Skip to content

Commit 6c3acc9

Browse files
authored
Merge pull request #3 from aszk/main
Added scopes information.
2 parents ec149fa + f95e658 commit 6c3acc9

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
@@ -17,7 +17,7 @@ This code sample will update your catalogs and skill with the use of ASK NodeJS
1717

1818
## Instructions
1919
1. [Obtain LWA client ID and client secret](https://developer.amazon.com/en-US/docs/alexa/smapi/get-access-token-smapi.html#configure-lwa-security-profile).
20-
2. [Generate refresh token using ask cli](https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-command-reference.html#generate-lwa-tokens).
20+
2. [Generate refresh token using ask cli](https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-command-reference.html#generate-lwa-tokens). (You can specify `alexa::ask:skills:readwrite` with --scopes or not use --scopes.)
2121
3. Input obtained ids and token to `index.js`.
2222
4. Replace sample catalogId and URL with your values. You can update more than one catalog.
2323
5. Input skill id to update in `index.js`

0 commit comments

Comments
 (0)