Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Improve Docs #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ django-alexa

Amazon Alexa Skills Kit integration for Django

The django-alexa framework leverages the django-rest-framework package to support
the REST API that alexa skills need to use, but wraps up the bolierplate for intent
The django-alexa framework leverages the django-rest-framework package not only to support
the REST API that alexa skills need to use, but also to wrap up the bolierplate for intent
routing and response creation that you'd need to write yourself.

Freeing you up to just write your alexa intents and utterances.
Expand Down