Skip to content

Commit ee0e6a9

Browse files
Minor readme improvements
1 parent c412a06 commit ee0e6a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ With Pip
99

1010
```sh
1111
$ pip install pytest-dryrun
12-
Successfully installed pytest-dryrun-0.1.0
12+
Successfully installed pytest-dryrun-1.0.1
1313
```
1414

1515
## Usage
@@ -30,7 +30,8 @@ def test_thing_two():
3030
assert "thing two" in box
3131
```
3232

33-
Tests can also be marked with `dryrun` using the library's export:
33+
Tests can also be marked with `dryrun` using the library's export, which is
34+
helpful for ensuring type-safety.
3435

3536
```py
3637
from pytest_dryrun import dryrun

0 commit comments

Comments
 (0)