Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Commit 72fd9b0

Browse files
qbootjoelwurtz
authored andcommitted
Add consistency between proxies
1 parent 891ced5 commit 72fd9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Parameters:
5555
- `array $connections` array of connection(s) parameters to the Agent(s)
5656
```php
5757
$connections = [
58-
'connection tcp' => 'tcp://127.0.0.1:20301',
59-
'connection unix' => 'unix:///var/run/redirectionio_agent.sock',
58+
'connection_tcp' => 'tcp://127.0.0.1:20301',
59+
'connection_unix' => 'unix:///var/run/redirectionio_agent.sock',
6060
];
6161

6262
```

0 commit comments

Comments
 (0)