Fix typo in README.md

This commit is contained in:
Liam Aharon 2020-06-30 17:13:41 +10:00 committed by GitHub
parent 6d18f6104f
commit f49db313c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',