X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/598ff7844c5acbf477bbf28d63044730bc813640..fbc082c4e7ebf4f9a56e5792460edfa78ab9b878:/README.txt diff --git a/README.txt b/README.txt index 0834d6c..ac590a9 100644 --- a/README.txt +++ b/README.txt @@ -8,7 +8,7 @@ There are really 5 steps to setting it up with your projects (not including installation, which is covered in INSTALL.txt in this same directory.) 1. List this application in the ``INSTALLED_APPS`` portion of your settings - file. Your settings file might look something like: + file. Your settings file might look something like:: INSTALLED_APPS = ( # ... @@ -17,7 +17,7 @@ installation, which is covered in INSTALL.txt in this same directory.) 2. Install the pagination middleware. Your settings file might look something - like: + like:: MIDDLEWARE_CLASSES = ( # ...