Skip to content

Commit 4c5b840

Browse files
committed
Tweaks to the README
1 parent dcfa5c4 commit 4c5b840

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django Template Coverage Plugin
2-
===============================
1+
Django Template Coverage.py Plugin
2+
==================================
33

44
A `coverage.py`_ plugin to measure the coverage of Django templates.
55

@@ -18,7 +18,7 @@ To run it, add this setting to your .coveragerc::
1818

1919
Then run your tests under coverage.py. It requires the latest coverage.py, so
2020
it may not work with other coverage-related tools such as test-runner coverage
21-
plugins, or coveralls.io.
21+
plugins.
2222

2323
You will see your templates listed in your coverage report alongside your
2424
Python modules.
@@ -41,7 +41,7 @@ Caveats
4141
Files included by the ``{% ssi %}`` tag are not included in the coverage
4242
measurements.
4343

44-
Coverage can't tell whether a ``{% blocktrans %}`` tag used the singular or
44+
Coverage.py can't tell whether a ``{% blocktrans %}`` tag used the singular or
4545
plural text, so both are marked as used if the tag is used.
4646

4747

0 commit comments

Comments
 (0)