Skip to content

Commit f1d9b46

Browse files
authoredMay 21, 2017
Update Debugging.md
1 parent bcfe066 commit f1d9b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/Debugging.md

+1-1
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)
Please sign in to comment.