Skip to content

Commit 7323e55

Browse files
committed
added configuration documentation
1 parent 26a2df1 commit 7323e55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,10 @@ $client = \Laudis\Neo4j\ClientBuilder::create()
426426

427427
// The client will run the query on a driver with the provided config,
428428
// which spawns a session with the provided session config
429-
// and runs the query in a transaction with he provided transaction config
429+
// and runs the query in a transaction with the provided transaction config
430430
$client->run('MATCH (x) RETURN count(x) AS count');
431431

432432
// More granular control can be achieved by requesting the concepts yourself:
433-
434433
$tsx = $client->getDriver('default')
435434
->createSession(SessionConfiguration::default()->withDatabase('management-database'))
436435
->beginTransaction(null, TransactionConfiguration::default()->withTimeout(200));

0 commit comments

Comments
 (0)