Skip to content

Commit 75d38d6

Browse files
committed
improve README
1 parent 278422c commit 75d38d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ No time outs are supported. If the connection to the database server is lost or
380380
interrupted, the lock is automatically released.
381381

382382
```php
383-
$pdo = new PDO('pgsql:host=localhost;dbname=test;', 'username');
383+
$pdo = new PDO('pgsql:host=localhost;dbname=test', 'username');
384384

385385
$mutex = new PgAdvisoryLockMutex($pdo, 'balance');
386386
$mutex->synchronized(function () use ($bankAccount, $amount) {

0 commit comments

Comments
 (0)