Skip to content

Commit

Permalink
Error in winston-mail documentation, had a reference to winston-simpledb
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Dec 16, 2011
1 parent 1009e94 commit fe43db9
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 @@ -567,7 +567,7 @@ The SimpleDB transport takes the following options. All items marked with an ast
The [winston-mail][19] is an email transport:

``` js
var Mail = require('winston-simpledb').Mail;
var Mail = require('winston-mail').Mail;
winston.add(Mail, options);
```

Expand Down

0 comments on commit fe43db9

Please sign in to comment.