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

Commit 5076470

Browse files
authored
Merge pull request #113 from Nyholm/patch-5
Typo
2 parents fa63c65 + cff7b48 commit 5076470

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)