diff --git a/README.md b/README.md index 7d52b63..4a920c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### Setup -To send mail messages from your view functions you must include the `MAIL` dictionary in your settings and the mail_componet in. +To send mail messages from your view functions you must include the `MAIL` dictionary in your settings and the mail_component in your component list. ``` from apistar import WSGIApp as App