Skip to content

Commit 3cad151

Browse files
committed
Tweak the readme
1 parent 6c72c3d commit 3cad151

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
@@ -16,11 +16,11 @@ To run it, add this setting to your .coveragerc::
1616
plugins =
1717
django_coverage_plugin
1818

19-
Then run your tests under coverage.py. It requires the latest coverage.py, so
19+
Then run your tests under coverage.py. It requires the coverage.py 4.x, so
2020
it may not work with other coverage-related tools such as test-runner coverage
2121
plugins.
2222

23-
You will see your templates listed in your coverage report alongside your
23+
You will see your templates listed in your coverage report along with your
2424
Python modules.
2525

2626
If you get a django.core.exceptions.ImproperlyConfigured error, you need to set

0 commit comments

Comments
 (0)