Skip to content

Commit

Permalink
Add proxy example to read me
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Sep 23, 2016
1 parent 7cd461e commit a877fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $client = new Stevenmaguire\Services\Trello\Client(array(
'secret' => 'my-application-secret',
'token' => 'abcdefghijklmnopqrstuvwxyz',
'version' => '1',
'proxy' => 'tcp://localhost:8125',
));
```

Expand Down

0 comments on commit a877fa0

Please sign in to comment.