commit 672ec99e971a4f43e14e82cafb0feeb3095bb0a0 parent bf4946531d630ab79919f42c4c6f4c54cf5fba55 Author: Andrew Laack <andrew@laack.co> Date: Sat, 21 Jun 2025 00:27:01 -0500 Fixed capitalization issue in README Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -171,4 +171,4 @@ To run the tests for the source code of Ratchets, you can clone this repository git clone https://github.com/andrewlaack/ratchets/ ``` -Then `cd` into `ratchets` and run `PyTest`. The tests use the installed version of Ratchets from your virtual environment. This means you must ensure changes to source files are applied to your installed `ratchets` package prior to running the tests. +Then `cd` into `ratchets` and run `pytest`. The tests use the installed version of Ratchets from your virtual environment. This means you must ensure changes to source files are applied to your installed `ratchets` package prior to running the tests.