Skip to content

Commit 2acc2ee

Browse files
committed
docs: update CONTRIBUTING.md
1 parent a2e4387 commit 2acc2ee

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Contributing to Paystack Python Client
2+
# Contributing to Paystack API Wrapper
33

44
Thanks for your interest in contributing. Contributions, issues, and feature requests are welcome!
55

@@ -9,7 +9,7 @@ Thanks for your interest in contributing. Contributions, issues, and feature req
99

1010
```bash
1111
git clone https://github.com/theolujay/paystack-api-wrapper.git
12-
cd paystack_client
12+
cd paystack-api-wrapper
1313
```
1414

1515
2. **Set up a virtual environment** (recommended):
@@ -65,7 +65,7 @@ Thanks for your interest in contributing. Contributions, issues, and feature req
6565
* **Tests:**
6666

6767
```bash
68-
pytest --cov=paystack_client
68+
pytest --cov=paystack-api-wrapper
6969
```
7070
* **Lint & formatting (black + flake8):**
7171

@@ -80,19 +80,19 @@ Thanks for your interest in contributing. Contributions, issues, and feature req
8080

8181
If you find a bug or have a feature request:
8282

83-
* Check the [issue tracker](https://github.com/theolujay/paystack_client/issues) first.
83+
* Check the [issue tracker](https://github.com/theolujay/paystack-api-wrapper/issues) first.
8484
* If it’s new, open an issue with:
8585

8686
* Steps to reproduce
8787
* Expected behavior
8888
* Actual behavior
8989
* Any relevant logs or screenshots
9090

91-
---
91+
<!-- ---
9292
9393
## Code of Conduct
9494
95-
Please note that this project follows a [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you agree to uphold it.
95+
Please note that this project follows a [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you agree to uphold it. -->
9696

9797
---
9898

0 commit comments

Comments
 (0)