File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ server metrics for Nest.js based node servers.
1818
1919Demo can be found [ here] ( https://nest-status-monitor.herokuapp.com/status )
2020
21- ## Installation & setup
21+ ## Installation & setup Nest.js v6
2222
23231 . Run ` npm install nest-status-monitor --save `
24242 . Setup module:
@@ -30,6 +30,18 @@ Demo can be found [here](https://nest-status-monitor.herokuapp.com/status)
3030
31313. Run server and go to ` / status`
3232
33+ ## Installation & setup Nest.js v5
34+
35+ 1. Run ` npm install nest- status- monitor@0.0 .3 -- save`
36+ 2. Setup module:
37+
38+ ` ` ` javascript
39+ @Module ({
40+ imports: [StatusMonitorModule .setUp (statusMonitorConfig)],
41+ ` ` `
42+
43+ 3. Run server and go to ` / status`
44+
3345## Run examples
3446
35471. Go to ` cd examples/ test- status- monitor`
You can’t perform that action at this time.
0 commit comments