Skip to content

Commit

Permalink
Add debugging in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpogi5 committed Aug 24, 2020
1 parent 314b37e commit 786cf24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@ npm i @kdcsoftware/ddb
```

7. Check the tests folder for more examples.

### Debugging

This package uses [debug](https://www.npmjs.com/package/debug).

To enable:

```bash
DEBUG=ddb:* node app.js
```

0 comments on commit 786cf24

Please sign in to comment.