fd8ad210 by Rafal Wilinski Committed by GitHub

Merge pull request #12 from Kerumen/patch-1

Update README.md
2 parents 0d008236 91b4ec8d
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!