Skip to content

Commit

Permalink
Fix code sample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gyszalai committed Jun 3, 2018
1 parent 20753a5 commit 6ad0ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ try {

// publish runtime stats via HTTP
app.get('/stats', (req, res) => {
res.json(statsCollector.toJSON(true) // return error history in the response too
res.json(statsCollector.toJSON(true)) // return error history in the response too
})

```
Expand Down

0 comments on commit 6ad0ea7

Please sign in to comment.