diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt
index b6812a8..bfa089a 100644
a
|
b
|
To get started using the ``comments`` app, follow these steps:
|
27 | 27 | #. Install the comments framework by adding ``'django.contrib.comments'`` to |
28 | 28 | :setting:`INSTALLED_APPS`. |
29 | 29 | |
| 30 | #. Add the ``'django.core.context_processors.request'`` to |
| 31 | :setting:`TEMPLATE_CONTEXT_PROCESSORS`. |
| 32 | |
30 | 33 | #. Run ``manage.py syncdb`` so that Django will create the comment tables. |
31 | 34 | |
32 | 35 | #. Add the comment app's URLs to your project's ``urls.py``: |