Skip to content

Commit 7cf9d37

Browse files
prolictrowski
authored andcommitted
fix connection string in readme example
1 parent 09c2a42 commit 7cf9d37

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
@@ -38,7 +38,7 @@ use Amp\Postgres\ConnectionConfig;
3838
use Amp\Sql\Statement;
3939

4040
Amp\Loop::run(function () {
41-
$config = ConnectionConfig::fromString("host=localhost user=postgres dbname=test");
41+
$config = ConnectionConfig::fromString("host=localhost user=postgres db=test");
4242

4343
/** @var Postgres\Pool $pool */
4444
$pool = Postgres\pool($config);

0 commit comments

Comments
 (0)