Skip to content

Commit

Permalink
Update config path example
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored Jan 7, 2019
1 parent af19c57 commit b363b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $amazonConfig->setMWSAuthToken('ABC');
$amazonConfig->setAmazonServiceURL('https://mws.amazonservices.com/');
$amazonConfig->setLogPath('/tmp/amazon-log.txt');
$amazonConfig->setMuteLog(false);
$amazonConfig->setConfigPath('/tmp/config/config-file.php');
$amazonConfig->setConfigPath('/tmp/config/');

// Save out Amazon config to a file
$configPath = $amazonConfig->save();
Expand Down

0 comments on commit b363b6c

Please sign in to comment.