From d822fc8e7a3995869d0345acd4e352d35a857789 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Tue, 8 Jan 2019 06:57:36 -0800 Subject: [PATCH] Added --save flags to installation steps (#35) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b0e160b..49e03749 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Receive result rows from [pg](https://github.com/brianc/node-postgres) as a read ## installation ```bash -$ npm install pg -$ npm install pg-query-stream +$ npm install pg --save +$ npm install pg-query-stream --save ``` _requires pg>=2.8.1_