From 20835638dc5f717941fc280c117bd61cacdb4969 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 21 Dec 2022 07:46:07 +1000 Subject: [PATCH] docs: fix brand name `Github` -> `GitHub` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3c758e1..baae1a6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ Python versions < 3.5. ## Testing -Python Fire uses [Github Actions](https://github.com/google/python-fire/actions) to run tests on each pull request. You can run +Python Fire uses [GitHub Actions](https://github.com/google/python-fire/actions) to run tests on each pull request. You can run these tests yourself as well. To do this, first install the test dependencies listed in setup.py (e.g. pytest, mock, termcolor, and hypothesis). Then run the tests by running `pytest` in the root directory of the repository.