add app.use to usage snippet

This commit is contained in:
Konstantin Pogorelov
2016-04-29 10:45:50 +02:00
parent fefee43fbe
commit 3b6453090e

View File

@@ -24,6 +24,8 @@ npm install express-prom-bundle
const
promBundle = require("express-prom-bundle"),
middleware = promBundle({/* options */ });
app.use(middleware);
```
## Options