Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
added code identifier for markdown (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: SleepyDeveloper <[email protected]>
  • Loading branch information
SleepyDeveloper authored Jan 18, 2020
1 parent b34659a commit 498e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Section3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Now that we have our public API and our basic fact skill up and running, we can
```
**Replace the url and path with the specifics from your hostname and path configuration for your AWS Microservice.**
9. Since you're using `await`, you'll need to make sure that the **handle** function is **asynchronous**.
```
```javascript
async handle(handerInput)
```
10. *Deploy* the code.
Expand Down

0 comments on commit 498e368

Please sign in to comment.