Skip to content

Commit f1d9b46

Browse files
Update Debugging.md
1 parent bcfe066 commit f1d9b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ npm install --save monk-middleware-debug
77
```
88

99
```js
10-
db.addMiddleware(require('monk-middleware-debug))
10+
db.addMiddleware(require('monk-middleware-debug'))
1111
```
1212

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

0 commit comments

Comments
 (0)