Skip to content

Commit dcd040a

Browse files
Merge pull request #29 from katefike/master
Corrected spelling in README
2 parents de870b4 + 2a0b1e0 commit dcd040a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ integrate PyTiled with that 2D libary, and
2020
Original module by [Beefy-Swain](https://github.com/Beefy-Swain).
2121
Significant contributions from [pvcraven](https://github.com/pvcraven) and [Cleptomania](https://github.com/Cleptomania).
2222

23-
## Developement
23+
## Development
2424
To develop pytiled parser, clone the repo, create a `venv` using a supported Python version, and activate it. Then install the package as well as all testing dependencies with the command `python -m pip install -e ".[tests]"`.
2525

2626
### Testing
27-
Run `pytest --cov=pytiled_parser` to run the test harness and report coverage.
27+
Run `pytest --cov=pytiled_parser` to run the test harness and report coverage.

0 commit comments

Comments
 (0)