Skip to content

Commit 3447319

Browse files
authored
Merge pull request #2260 from liamaharon/patch-1
Fix typo in README.md
2 parents 6d18f61 + f49db31 commit 3447319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-pool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const config = {
6969
const pool = new Pool(config);
7070

7171
/*
72-
Transforms, 'progres://DBuser:secret@DBHost:#####/myDB', into
72+
Transforms, 'postgres://DBuser:secret@DBHost:#####/myDB', into
7373
config = {
7474
user: 'DBuser',
7575
password: 'secret',

0 commit comments

Comments
 (0)