From b59206a6d78df0184b6694f5791262e1e831c82a Mon Sep 17 00:00:00 2001 From: androiddrew Date: Thu, 25 Jan 2018 14:14:31 -0500 Subject: [PATCH] corrected README.md setup section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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