Skip to content

Commit a19607e

Browse files
committed
[doc] Victory. All datastores on the roadmap have been implemented.
1 parent d1932b4 commit a19607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ info: transaction ok creditCard=123456****2345
672672
See [log-filter-test.js](./test/log-filter-test.js), where card number masking is implemented as an example along with [log-rewriter-test.js](./test/log-rewriter-test.js)
673673

674674
## Adding Custom Transports
675-
Adding a custom transport (say for one of the datastore on the Roadmap) is actually pretty easy. All you need to do is accept a couple of options, set a name, implement a log() method, and add it to the set of transports exposed by winston.
675+
Adding a custom transport is actually pretty easy. All you need to do is accept a couple of options, set a name, implement a log() method, and add it to the set of transports exposed by winston.
676676

677677
``` js
678678
var util = require('util'),

0 commit comments

Comments
 (0)