Skip to content

Commit 898fbce

Browse files
committed
Update README with documentation note
Remove invalid installation notes
1 parent b5568e0 commit 898fbce

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.rst

+4-12
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,14 @@ Simply install using ``pip``:
2626

2727
.. code-block:: bash
2828
29-
$ pip install django-templated-mail
30-
31-
And add ``'templated_mail'`` to your ``INSTALLED_APPS``:
32-
33-
.. code-block:: python
34-
35-
INSTALLED_APPS = [
36-
...
37-
'templated_mail',
38-
...
39-
]
29+
$ pip install -U django-templated-mail
4030
4131
Documentation
4232
=============
4333

44-
TBD
34+
Documentation is available to study at
35+
`http://django-templated-mail.readthedocs.io <http://django-templated-mail.readthedocs.io>`_
36+
and in ``docs`` directory.
4537

4638
Contributing and development
4739
============================

0 commit comments

Comments
 (0)