From 0f20cae00dd7bde994c29800f53969973e66a386 Mon Sep 17 00:00:00 2001 From: LukasLoeffler Date: Thu, 9 Jun 2022 21:38:47 +0200 Subject: [PATCH] Update README.md Mentioned peer-dependency of pg and alternative installation procedure if no pg peer-dependency is present. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 819f09a..e12531f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ npm install pg-listen yarn add pg-listen ``` +**Note:** If pg is already contained in the dependency tree, the existing dependency will be used as peer dependency. If pg is not present in the dependency tree, pg must be installed manually via ```npm install pg``` or ```yarn install pg``` + ## Usage