Skip to content

Commit 628bada

Browse files
committed
Update README.md
1 parent fb19aec commit 628bada

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ There are three different transport options that can be configured to send data
3636
class: "Stackify\\Log\\Monolog\\Handler"
3737
arguments: ["application_name", "environment_name", "@stackify_transport"]
3838
```
39-
### Configuration
40-
##### Proxy
39+
###Configuration:
40+
####Proxy
4141
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]>
42-
```php
43-
$transport = new ExecTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);
44-
```
45-
##### Curl path
42+
```php
43+
$transport = new ExecTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);
44+
```
45+
####Curl path
4646
It can be useful to specify ```curl``` destination path for ExecTransport. This option is set to 'curl' by default.
4747
```php
4848
$transport = new ExecTransport($apiKey, ['curlPath' => '/usr/bin/curl']);
@@ -65,8 +65,8 @@ $transport = new ExecTransport($apiKey, ['curlPath' => '/usr/bin/curl']);
6565
class: "Stackify\\Log\\Monolog\\Handler"
6666
arguments: ["application_name", "environment_name", "@stackify_transport"]
6767
```
68-
###Configuration
69-
#### Proxy
68+
###Configuration:
69+
####Proxy
7070
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]>
7171
```php
7272
$transport = new CurlTransport($apiKey, ['proxy' => 'https://55.88.22.11:3128']);

0 commit comments

Comments
 (0)