We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d0a0c commit 1e628acCopy full SHA for 1e628ac
README.md
@@ -18,7 +18,7 @@ server metrics for Nest.js based node servers.
18
19
Demo can be found [here](https://nest-status-monitor.herokuapp.com/status)
20
21
-## Installation & setup
+## Installation & setup Nest.js v6
22
23
1. Run `npm install nest-status-monitor --save`
24
2. Setup module:
@@ -30,6 +30,18 @@ Demo can be found [here](https://nest-status-monitor.herokuapp.com/status)
30
31
3. Run server and go to `/status`
32
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
45
## Run examples
46
47
1. Go to `cd examples/test-status-monitor`
0 commit comments