1
0
Fork 0

Grammar, formatting in documentation.

This commit is contained in:
Adam Coddington 2012-10-28 13:12:32 -07:00
parent 20b780a2d7
commit 5c285017ca

View file

@ -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
================================================