We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04f29f commit f9c8294Copy full SHA for f9c8294
README.md
@@ -20,7 +20,7 @@ This library goal is to resolve all above mentioned issues.
20
### Installations
21
22
```
23
-composer install amazon-php/sp-api-sdk^1.0@dev
+composer install amazon-php/sp-api-sdk^1.0
24
25
26
This library is not in a stable stage yet, please use with caution.
@@ -224,4 +224,4 @@ $configuration->registerExtension(new class implements \AmazonPHP\SellingPartner
224
. $response->getStatusCode() . " rate limit: " . implode(' ', $response->getHeader('x-amzn-RateLimit-Limit')) . "\n";
225
}
226
});
227
-```
+```
0 commit comments