Skip to content

Commit f9c8294

Browse files
authoredAug 18, 2021
Update README.md
1 parent d04f29f commit f9c8294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This library goal is to resolve all above mentioned issues.
2020
### Installations
2121

2222
```
23-
composer install amazon-php/sp-api-sdk^1.0@dev
23+
composer install amazon-php/sp-api-sdk^1.0
2424
```
2525

2626
This library is not in a stable stage yet, please use with caution.
@@ -224,4 +224,4 @@ $configuration->registerExtension(new class implements \AmazonPHP\SellingPartner
224224
. $response->getStatusCode() . " rate limit: " . implode(' ', $response->getHeader('x-amzn-RateLimit-Limit')) . "\n";
225225
}
226226
});
227-
```
227+
```

0 commit comments

Comments
 (0)