Added --save flags to installation steps (#35)

This commit is contained in:
Amila Welihinda 2019-01-08 06:57:36 -08:00 committed by Brian C
parent c999aae6af
commit d822fc8e7a

View File

@ -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_