diff --git a/README.md b/README.md index 32ac990..d1cd7d3 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ $client = new Stevenmaguire\Services\Trello\Client(array( 'secret' => 'my-application-secret', 'token' => 'abcdefghijklmnopqrstuvwxyz', 'version' => '1', + 'proxy' => 'tcp://localhost:8125', )); ```