Skip to content

Commit 911ebf4

Browse files
author
Pamela McA'Nulty
committed
Fix readme layout
1 parent 8709cbc commit 911ebf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Checking settings configuration is deferred so that settings.py is included
6767
in coverage reporting. Fixes `issue 28`_.
6868

6969
Only the django.template.backends.django.DjangoTemplates template engine is
70-
supported, and it must be configured with ['OPTIONS']['debug'] = True. Fixes
70+
supported, and it must be configured with ``['OPTIONS']['debug'] = True``. Fixes
7171
`issue 27`_.
7272

7373
.. _issue 28: https://github.com/nedbat/django_coverage_plugin/issues/28
@@ -160,7 +160,7 @@ To run the tests::
160160
.. |versions| image:: https://img.shields.io/pypi/pyversions/django_coverage_plugin.svg
161161
:target: https://pypi.python.org/pypi/django_coverage_plugin
162162
:alt: Python versions supported
163-
.. |djversions| image:: https://img.shields.io/badge/Django-1.4, 1.5, 1.6, 1.7, 1.8, 1.9-44b78b.svg
163+
.. |djversions| image:: https://img.shields.io/badge/Django-1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10
164164
:target: https://pypi.python.org/pypi/django_coverage_plugin
165165
:alt: Django versions supported
166166
.. |status| image:: https://img.shields.io/pypi/status/django_coverage_plugin.svg

0 commit comments

Comments
 (0)