Skip to content

Commit

Permalink
Add missing import and comma in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Apr 27, 2016
1 parent 2905d8f commit 33c2635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ a transport array to suit your requirements.
_To preserve the default console transport use the `addTransport` method instead_

```javascript
const winston = Npm.require('winston');

Space.Application.define('MyApp', {

configuration: {
Expand All @@ -56,7 +58,7 @@ Space.Application.define('MyApp', {
transports: [
new winston.transports.Console({
colorize: true,
prettyPrint: true
prettyPrint: true,
level: 'debug'
})
]
Expand Down

0 comments on commit 33c2635

Please sign in to comment.