Navigation Menu

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crgrieve committed Dec 2, 2019
1 parent 42a9cb6 commit dfeac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Set up an innvocation name, this is how you ask Alexa to open your skill. For ex

You can then set up an Intent. This is basically how users can invoke a function in your code. So in this case, I want users to be able to open a door in the calendar. So I have an intent that allow users to say various statements that call this code.

![](images/intentSetup.PNG)
![](images/intentSetup.png)

## The Umbraco Setup
I have set up 2 doc types:
Expand Down

0 comments on commit dfeac6b

Please sign in to comment.