Skip to content

Commit

Permalink
Fix phrasing per review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ageorgou committed Oct 2, 2022
1 parent 0673a1f commit 8518c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ This will install some additional libraries and tools for development, and also

### Testing
The package comes with unit tests. To run them, simply run
`pytest` from the top level (this directory). The `pytest` package and command are installed during
`pytest` from the top level (this directory). The `pytest` package and command
are installed during the package installation if the `[tests]` extra option
is supplied, as above.

### Contributions
If you want to make changes to the code, we recommend the following workflow:
Expand Down

0 comments on commit 8518c06

Please sign in to comment.