We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea7120 commit a0cdccfCopy full SHA for a0cdccf
README.md
@@ -10,7 +10,7 @@ The SpinupWP PHP SDK provides an expressive interface for interacting with [Spin
10
## Installation
11
To get started, require the package via [Composer](https://getcomposer.org):
12
```bash
13
-composer require deliciousbrains/spinupwp-php-sdk
+composer require spinupwp/spinupwp-php-sdk
14
```
15
16
## Usage
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "deliciousbrains/spinupwp-php-sdk",
+ "name": "spinupwp/spinupwp-php-sdk",
3
"description": "The official SpinupWP PHP SDK",
4
"keywords": ["spinupwp", "api"],
5
"license": "MIT",
0 commit comments