lazywithclass / winston-cloudwatch

Send logs to Amazon Cloudwatch using Winston.
MIT License
258 stars 104 forks source link

fix documentation. import * as WinstonCloudWatch is not constructable… #230

Open shvl opened 2 months ago

shvl commented 2 months ago

Fixed documentation for ES6 import.

import * as WinstonCloudWatch from 'winston-cloudwatch'; is invalid

image

Default import should be used instead.