mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix typo in README.md
This commit is contained in:
parent
6d18f6104f
commit
f49db313c1
@ -69,7 +69,7 @@ const config = {
|
||||
const pool = new Pool(config);
|
||||
|
||||
/*
|
||||
Transforms, 'progres://DBuser:secret@DBHost:#####/myDB', into
|
||||
Transforms, 'postgres://DBuser:secret@DBHost:#####/myDB', into
|
||||
config = {
|
||||
user: 'DBuser',
|
||||
password: 'secret',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user