Skip to content

Commit 5738450

Browse files
authored
edits
1 parent c8cb6b9 commit 5738450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-python-alexa-skill/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This example demonstrates how to setup your own Alexa skill using AWS Lambdas.
88

99
## How it works
1010

11-
In the Alexa Developer Portal you can add you own skill. To do so you need to define the available intents and then connect them to a AWS Lambda. The Lambda you can define and update with Serverless.
11+
In the Alexa Developer Portal you can add your own skill. To do so you need to define the available intents and then connect them to a AWS Lambda. The Lambda you can define and update with Serverless.
1212

1313
## Setup
1414

15-
In order to deploy the you endpoint simply run
15+
In order to deploy the endpoint simply run
1616

1717
```bash
1818
serverless deploy
@@ -43,7 +43,7 @@ functions:
4343
aws-python-alexa-skill-dev-luckyNumber: arn:aws:lambda:us-east-1:377024778620:function:aws-python-alexa-skill-dev-luckyNumber
4444
```
4545

46-
Next we need to setup a Alexa skill. Therefor signup for the Amazon Developer Platform and visit `https://developer.amazon.com/edw/home.html`. There you should see the following screen:
46+
Next we need to setup a Alexa skill. Once you've signed up for the Amazon Developer Platform visit `https://developer.amazon.com/edw/home.html`. There you should see the following screen:
4747

4848
![Welcome](https://cloud.githubusercontent.com/assets/223045/21183285/8403b37c-c207-11e6-89c0-d36582010af8.png)
4949

0 commit comments

Comments
 (0)