Skip to content

Commit 2afc5d1

Browse files
committed
Update README.md
1 parent f6522d0 commit 2afc5d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ $logger = new Logger('application_name', 'environment_name', $transport);
3030

3131
<b>Proxy</b>
3232
- ExecTransport supports data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
33-
```php
34-
$transport = new ExecTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);
35-
```
33+
```php
34+
$transport = new ExecTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);
35+
```
3636

3737
<b>Curl path</b>
3838
- It can be useful to specify ```curl``` destination path for ExecTransport. This option is set to 'curl' by default.

0 commit comments

Comments
 (0)