Skip to content

Commit 06340af

Browse files
authored
Merge pull request #35 from RobertEcker/patch-1
two typos
2 parents 2ee39fd + b234adf commit 06340af

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
@@ -258,7 +258,7 @@ $client->run('MATCH (x {slug: $slug})', collect(['slug' => 'a']));
258258

259259
### Support for graph representation instead of simple records
260260

261-
Version 2.0 will have graph representation suppport. The inteface for this is not yet set in stone, but will be somthing akin to this:
261+
Version 2.0 will have graph representation support. The interface for this is not yet set in stone, but will be somthing akin to this:
262262

263263
```php
264264
$client = $clientBuilder->withGraph($client);

0 commit comments

Comments
 (0)