Skip to content

Commit de9b306

Browse files
authored
Update README.md
Fix README badges
1 parent a0cdccf commit de9b306

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SpinupWP PHP SDK
22

3-
[![Tests](https://github.com/deliciousbrains/spinupwp-php-sdk/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/deliciousbrains/spinupwp-php-sdk/actions/workflows/tests.yml)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/deliciousbrains/spinupwp-php-sdk)](https://packagist.org/packages/deliciousbrains/spinupwp-php-sdk)
5-
[![Latest Stable Version](https://img.shields.io/packagist/v/deliciousbrains/spinupwp-php-sdk)](https://packagist.org/packages/deliciousbrains/spinupwp-php-sdk)
6-
[![License](https://img.shields.io/packagist/l/deliciousbrains/spinupwp-php-sdk)](https://packagist.org/packages/deliciousbrains/spinupwp-php-sdk)
3+
[![Tests](https://github.com/spinupwp/spinupwp-php-sdk/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/spinupwp/spinupwp-php-sdk/actions/workflows/tests.yml)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/spinupwp/spinupwp-php-sdk)](https://packagist.org/packages/spinupwp/spinupwp-php-sdk)
5+
[![Latest Stable Version](https://img.shields.io/packagist/v/spinupwp/spinupwp-php-sdk)](https://packagist.org/packages/spinupwp/spinupwp-php-sdk)
6+
[![License](https://img.shields.io/packagist/l/spinupwp/spinupwp-php-sdk)](https://packagist.org/packages/spinupwp/spinupwp-php-sdk)
77

88
The SpinupWP PHP SDK provides an expressive interface for interacting with [SpinupWP's API](https://api.spinupwp.com). It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.
99

@@ -134,4 +134,4 @@ foreach ($servers as $server) {
134134
```
135135

136136
## License
137-
SpinupWP PHP SDK is open-sourced software licensed under the [MIT license](LICENSE.md).
137+
SpinupWP PHP SDK is open-sourced software licensed under the [MIT license](LICENSE.md).

0 commit comments

Comments
 (0)