Skip to content

Commit 1dbb584

Browse files
committed
docs: update README
1 parent ac8e6b7 commit 1dbb584

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Paystack Python Client
22

33
[![PyPI Version](https://img.shields.io/pypi/v/paystack-client.svg)](https://pypi.org/project/paystack-client/)
4-
[![Python Versions](https://img.shields.io/pypi/pyversions/paystack-client)](https://pypi.org/project/paystack-client/)
5-
[![License](https://img.shields.io/github/license/your-username/paystack-client.svg)](https://github.com/theolujay/paystack_client/blob/main/LICENSE)
4+
[![Python Versions](https://img.shields.io/pypi/pyversions/paystack-client.svg)](https://pypi.org/project/paystack-client/)
5+
[![License](https://img.shields.io/github/license/theolujay/paystack_client.svg)](https://github.com/theolujay/paystack_client/blob/main/LICENSE)
66
[![Build](https://github.com/theolujay/paystack_client/actions/workflows/tests.yml/badge.svg)](https://github.com/theolujay/paystack_client/actions)
77
[![Coverage](https://codecov.io/gh/theolujay/paystack_client/branch/main/graph/badge.svg)](https://codecov.io/gh/theolujay/paystack_client)
88

9-
**A clean, intuitive, and reliable Python wrapper for the Paystack API.**
9+
A clean, intuitive, and reliable Python wrapper for the Paystack API.
1010

11-
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.
11+
This library was built to **eliminate repetitive boilerplate** when integrating Paystack into your Python projects, while emphasizing **modern design, robust error handling, and a test-driven foundation**. Covers the full API with clean abstractions, so you can focus on building features—not handling payments.
1212

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

0 commit comments

Comments
 (0)