Skip to content

Commit

Permalink
docs(README): add example for signature
Browse files Browse the repository at this point in the history
  • Loading branch information
euskadi31 committed Apr 13, 2016
1 parent 45f1ba0 commit 8136520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Add `kokoroe/kokoroe-sdk-php` to your `composer.json`:
$kokoroe = new Kokoroe\Kokoroe([
'client_id' => '{client-id}',
'client_secret' => '{client-secret}',
'default_access_token' => '{access-token}' // optional
'default_access_token' => '{access-token}', // optional
'signature' => true // optional
]);

// If you provided a 'default_access_token', the '{access-token}' is optional.
Expand Down

0 comments on commit 8136520

Please sign in to comment.