From af8369e53017c15a94f3c2220c548b67e9abd451 Mon Sep 17 00:00:00 2001 From: Kate Fike Date: Mon, 19 Apr 2021 21:30:27 -0400 Subject: [PATCH 1/2] Corrected poor spelling --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f459c2..d57b4f4 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ integrate PyTiled with that 2D libary, and Original module by [Beefy-Swain](https://github.com/Beefy-Swain). Significant contributions from [pvcraven](https://github.com/pvcraven) and [Cleptomania](https://github.com/Cleptomania). -## Developement +## Development 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]"`. ### Testing Run `pytest --cov=pytiled_parser` to run the test harness and report coverage. +ioi \ No newline at end of file From 2a0b1e0c56799bbe51b39ec607b825543ca271fc Mon Sep 17 00:00:00 2001 From: Kate Fike Date: Mon, 19 Apr 2021 21:34:32 -0400 Subject: [PATCH 2/2] Removed my own poor spelling --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d57b4f4..ca30713 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,4 @@ Significant contributions from [pvcraven](https://github.com/pvcraven) and [Clep 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]"`. ### Testing -Run `pytest --cov=pytiled_parser` to run the test harness and report coverage. -ioi \ No newline at end of file +Run `pytest --cov=pytiled_parser` to run the test harness and report coverage. \ No newline at end of file