Merge pull request #12 from Kerumen/patch-1
Update README.md
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ Simple, self-hosted module based on Socket.io and Chart.js to report realtime se | ... | @@ -8,7 +8,7 @@ Simple, self-hosted module based on Socket.io and Chart.js to report realtime se |
8 | 1. Run `npm install express-status-monitor --save` | 8 | 1. Run `npm install express-status-monitor --save` |
9 | 2. Before any other middleware or router add following line: | 9 | 2. Before any other middleware or router add following line: |
10 | `app.use(require('express-status-monitor')());` | 10 | `app.use(require('express-status-monitor')());` |
11 | 3. Run server and to go `/status` | 11 | 3. Run server and go to `/status` |
12 | 12 | ||
13 | ## Options | 13 | ## Options |
14 | 14 | ... | ... |
-
Please register or sign in to post a comment