Skip to content

Commit

Permalink
fix: update readme to fix skillId spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenChen93 committed Oct 22, 2020
1 parent b99d08d commit 65f65f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ask-sdk-local-debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The [Alexa Skills Toolkit for Visual Studio](https://developer.amazon.com/en-US/
```bash
node ./node_modules/ask-sdk-local-debug/dist/LocalDebuggerInvoker.js
--accessToken <ACCESS_TOKEN>
--skillID <SKILL_ID>
--skillId <SKILL_ID>
--skillEntryFile <FILE_NAME>
--handlerName <HANDLER_NAME>
```
Expand Down

0 comments on commit 65f65f0

Please sign in to comment.