Skip to content

Commit

Permalink
fix(docs): update readme (#22)
Browse files Browse the repository at this point in the history
Add missing new keyword to prevent an error
  • Loading branch information
pimlie authored and pi0 committed Sep 25, 2018
1 parent 71db25d commit e75f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const consola = new Consola({
types: []
})

consola.add(BasicReporter)
consola.add(new BasicReporter)
```

## API
Expand Down

0 comments on commit e75f2a0

Please sign in to comment.