Skip to content

Commit

Permalink
Correction in example use in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Aug 26, 2015
1 parent e921270 commit a28af46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Super simple logging system used by all Cuvva systems
[![Coverage Status](https://img.shields.io/coveralls/cuvva/cuvva-log-node.svg?style=flat)](//coveralls.io/r/cuvva/cuvva-log-node)

```js
var log = require('cuvva-log');

log.debug('hello_world');

var reason1 = log.info('bad_email');
Expand Down

0 comments on commit a28af46

Please sign in to comment.