Skip to content

Commit ac8e6b7

Browse files
committed
docs: update README
1 parent 7e92ab1 commit ac8e6b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[![PyPI Version](https://img.shields.io/pypi/v/paystack-client.svg)](https://pypi.org/project/paystack-client/)
44
[![Python Versions](https://img.shields.io/pypi/pyversions/paystack-client)](https://pypi.org/project/paystack-client/)
5-
[![License](https://img.shields.io/pypi/l/paystack-client)](./LICENSE)
6-
[![Build Status](https://img.shields.io/github/actions/workflow/status/theolujay/paystack_client/ci.yml?branch=main)](https://github.com/theolujay/paystack_client/actions)
7-
[![Coverage Status](https://img.shields.io/codecov/c/github/theolujay/paystack_client)](https://codecov.io/gh/theolujay/paystack_client)
5+
[![License](https://img.shields.io/github/license/your-username/paystack-client.svg)](https://github.com/theolujay/paystack_client/blob/main/LICENSE)
6+
[![Build](https://github.com/theolujay/paystack_client/actions/workflows/tests.yml/badge.svg)](https://github.com/theolujay/paystack_client/actions)
7+
[![Coverage](https://codecov.io/gh/theolujay/paystack_client/branch/main/graph/badge.svg)](https://codecov.io/gh/theolujay/paystack_client)
88

99
**A clean, intuitive, and reliable Python wrapper for the Paystack API.**
1010

1111
This client covers **all Paystack endpoints** as-is, making integration into your Python apps straightforward. It’s built with a focus on **clarity, consistency, and robust error handling**—so you spend less time fighting boilerplate and more time shipping.
1212

13-
📖 See the [Paystack API docs](https://paystack.com/docs/api/) for reference, and explore the [Usage Guide](./docs/USAGE.md) for practical examples.
13+
See the [Paystack API docs](https://paystack.com/docs/api/) for reference, and explore the [Usage Guide](./docs/USAGE.md) for practical examples.
1414

1515
---
1616

@@ -94,6 +94,6 @@ Contributions are welcome! Check out the [contributing guide](./CONTRIBUTING.md)
9494

9595
---
9696

97-
## 📄 License
97+
## License
9898

9999
MIT © [Joseph Ezekiel](https://github.com/theolujay) – see [LICENSE](./LICENSE) for details.

0 commit comments

Comments
 (0)