diff --git a/README.md b/README.md index 18a4b524..edcb79d3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ npm i pg-pool pg to use pg-pool you must first create an instance of a pool ```js +const Pool = require('pg-pool') + //by default the pool uses the same //configuration as whatever `pg` version you have installed const pool = new Pool()