Skip to content

Commit d822fc8

Browse files
amilajackbrianc
authored andcommitted
Added --save flags to installation steps (#35)
1 parent c999aae commit d822fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Receive result rows from [pg](https://github.com/brianc/node-postgres) as a read
88
## installation
99

1010
```bash
11-
$ npm install pg
12-
$ npm install pg-query-stream
11+
$ npm install pg --save
12+
$ npm install pg-query-stream --save
1313
```
1414

1515
_requires pg>=2.8.1_

0 commit comments

Comments
 (0)