Skip to content

Commit

Permalink
Update Debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour authored May 21, 2017
1 parent bcfe066 commit f1d9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npm install --save monk-middleware-debug
```

```js
db.addMiddleware(require('monk-middleware-debug))
db.addMiddleware(require('monk-middleware-debug'))
```

* If you wish to see what queries `monk` passes to the driver, simply leverage
Expand Down

0 comments on commit f1d9b46

Please sign in to comment.