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

Commit cff7b48

Browse files
authored
Typo
1 parent fa63c65 commit cff7b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ $httpClient = new Client(null, null, $options);
511511

512512
$config = \GraphAware\Neo4j\Client\HttpDriver\Configuration::create($httpClient);
513513
$client = ClientBuilder::create()
514-
->addConnection('default', 'http://neo4j:password@localhost:7474', config)
514+
->addConnection('default', 'http://neo4j:password@localhost:7474', $config)
515515
->build();
516516
```
517517

0 commit comments

Comments
 (0)