Skip to content

Commit f7e015b

Browse files
committed
Update README.md
1 parent 1778ed6 commit f7e015b

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
@@ -29,7 +29,7 @@ $transport = new ExecTransport('api_key');
2929
$logger = new Logger('application_name', 'environment_name', $transport);
3030
```
3131

32-
#### Optional Configuration
32+
#### Optional Settings
3333

3434
<b>Proxy</b>
3535
- 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]>
@@ -53,7 +53,7 @@ $transport = new CurlTransport('api_key');
5353
$logger = new Logger('application_name', 'environment_name', $transport);
5454
```
5555

56-
#### Optional Configuration
56+
#### Optional Settings
5757

5858
<b>Proxy</b>
5959
- 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]>

0 commit comments

Comments
 (0)