Skip to content

Commit 1d89029

Browse files
ristonbrianc
authored andcommitted
Added missing new keyword to Heroku example. (brianc#21)
1 parent e2d7771 commit 1d89029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const config = {
6565
ssl: true
6666
};
6767

68-
const pool = Pool(config);
68+
const pool = new Pool(config);
6969

7070
/*
7171
Transforms, 'progres://DBuser:secret@DBHost:#####/myDB', into

0 commit comments

Comments
 (0)