From 623dd18914359ed464bbbb868ca949a374f330c4 Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Tue, 14 Mar 2017 10:02:13 +0100 Subject: [PATCH] Fix minor typos and grammar issues in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f91693f..af8110f 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Field and widget to store a list of e-mail addresses in a `Django `_ projects. +Field and widget to store a list of e-mail addresses in a `Django `_ project. It provides: @@ -36,7 +36,7 @@ USAGE 'multi_email_field', ) -* Use provided form field and widget: +* Use the provided form field and widget: :: @@ -51,7 +51,7 @@ USAGE IN YOUR MODELS ================== -If you wan to store list of e-mails, you can use this: +If you want to store a list of e-mails, you can use this: ::