Skip to content

Commit d484057

Browse files
committed
Update README.md
1 parent aa419c0 commit d484057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $handler = new StackifyHandler('application_name', 'environment_name', $transpor
2828

2929
####Configuration:
3030
<b>Proxy</b>
31-
- ExecTransport and CurlTransport support data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
31+
- 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]>
3232
```php
3333
$transport = new ExecTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);
3434
```
@@ -50,7 +50,7 @@ $handler = new StackifyHandler('application_name', 'environment_name', $transpor
5050

5151
####Configuration:
5252
<b>Proxy</b>
53-
- ExecTransport and CurlTransport support data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
53+
- CurlTransport supports data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
5454
```php
5555
$transport = new CurlTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);
5656
```

0 commit comments

Comments
 (0)