We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d18f61 + f49db31 commit 3447319Copy full SHA for 3447319
packages/pg-pool/README.md
@@ -69,7 +69,7 @@ const config = {
69
const pool = new Pool(config);
70
71
/*
72
- Transforms, 'progres://DBuser:secret@DBHost:#####/myDB', into
+ Transforms, 'postgres://DBuser:secret@DBHost:#####/myDB', into
73
config = {
74
user: 'DBuser',
75
password: 'secret',
0 commit comments