From 5c285017cad3fff89178d2d6d734cd666c7c0211 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 28 Oct 2012 13:12:32 -0700 Subject: [PATCH] Grammar, formatting in documentation. --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 52342af..b92a68b 100755 --- a/readme.rst +++ b/readme.rst @@ -25,7 +25,7 @@ You can either install from pip:: python setup.py install After you have installed the package, -you should add the `django_mailbox` to your `INSTALLED_APPS`. +you should add ``django_mailbox`` to the ``INSTALLED_APPS`` setting in your project's ``settings.py`` file. Polling for mail in POP3/IMAP or a local mailbox ================================================