Skip to content

Commit

Permalink
docs: fix brand name Github -> GitHub (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Feb 6, 2023
1 parent c29b923 commit 71743b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 71743b6

Please sign in to comment.