Skip to content

Commit ad9c87d

Browse files
authored
Update README
1 parent f7bb62f commit ad9c87d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@ Instantiate the class using your secret keys
2424

2525
$amazonAPI = new AmazonAPI( $keyId, $secretKey, $associateId );
2626

27-
It supports all Amazon regions : Canada ('ca'), China ('cn'), Germany ('de'), Spain ('es'), France ('fr'), Italy ('it'), Japan ('jp'), United Kingdom ('uk') and United States ('us'). The default is UK but to set the locale call SetLocale __before__ calling the product methods. E.g.
27+
It supports all Amazon regions:
28+
* Canada ('ca')
29+
* China ('cn')
30+
* Germany ('de')
31+
* Spain ('es')
32+
* France ('fr')
33+
* Italy ('it')
34+
* Japan ('jp')
35+
* United Kingdom ('uk')
36+
* United States ('us').
37+
38+
The default is UK but to set the locale call SetLocale __before__ calling the product methods. E.g.
2839

2940
$amazonAPI->SetLocale( 'us' );
3041

0 commit comments

Comments
 (0)