Skip to content

Commit 8f11482

Browse files
authored
Update README.md
Added quote :)
1 parent 81987c3 commit 8f11482

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
@@ -39,7 +39,7 @@ $bolt = new \Bolt\Bolt();
3939
//Set Bolt protocol version (default is newest 4.1)
4040
$bolt->setProtocolVersions(4.1);
4141
//Connect to database
42-
$bolt->init('MyClient/1.0', 'username', 'password);
42+
$bolt->init('MyClient/1.0', 'username', 'password');
4343
//Execute query
4444
$bolt->run('RETURN 1 AS num, 2 AS cnt');
4545
//Pull records from last query

0 commit comments

Comments
 (0)