From eeaf94ab8431e7d52ec068330cfced29e8a8867a Mon Sep 17 00:00:00 2001 From: Dmitry Semenov Date: Sun, 16 Aug 2015 23:02:55 +0000 Subject: [PATCH] Fixed description in Readme.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fc20dad..b7ec7df 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ SendGrid-django =============== -Simple django backend to send email using SendGrid’s Web API. +Simple django backend to send email using SendGrid's Web API. Installation ------------ @@ -12,7 +12,7 @@ Install the backend from PyPI: pip install sendgrid-django -Add the following to your project’s **settings.py**: +Add the following to your project's **settings.py**: .. code:: python