Skip to content

Commit d4bc27c

Browse files
committed
chore: update readme
1 parent c6a0dde commit d4bc27c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ always-auth=true
1818
npm install --save @zemd/nestjs-pino-logger
1919
```
2020

21+
you also might need:
22+
```bash
23+
npm install --save @nestjs/common @nestjs/config pino pino-http
24+
npm install --save-dev pino-pretty
25+
```
26+
2127
## Usage
2228

2329
let's say you are defining AppModule:

0 commit comments

Comments
 (0)