Skip to content

Commit 4294bd7

Browse files
authored
docs: fix typo
1 parent ec41571 commit 4294bd7

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
@@ -141,7 +141,7 @@ TSW 2.0 支持使用 `winston` 传输通道记录日志信息,用户在配置
141141

142142
```js
143143
module.exports = {
144-
winston: [
144+
winstonTransports: [
145145
new winston.transports.File({ filename: 'error.log', level: 'error'}),
146146
new winston.transports.File({ filename: 'debug.log', level: 'debug'})
147147
]

0 commit comments

Comments
 (0)