Skip to content

Commit b67245c

Browse files
authored
Update README
Sets default locale to `uk` not `us`
1 parent 1236be1 commit b67245c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $amazonAPI = new AmazonAPI($keyId, $secretKey, $associateId);
5454

5555
This library supports all [Product Advertising API locales](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Locales.html) and you can set them using `SetLocale`:
5656

57-
It defaults to US but to set the locale call `SetLocale()` __before__ calling the product methods. E.g.
57+
It defaults to UK but to set the locale call `SetLocale()` __before__ calling the product methods. E.g.
5858

5959
```php
6060
$amazonAPI->SetLocale('uk');
@@ -208,4 +208,4 @@ This library uses code based on [AWS API authentication For PHP](http://randomdr
208208
209209
## LICENSE
210210
211-
See [LICENSE](LICENSE)
211+
See [LICENSE](LICENSE)

0 commit comments

Comments
 (0)