Skip to content

Commit

Permalink
Fix ES6 import syntax in README (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilt authored Aug 21, 2022
1 parent 43a3a0c commit 1bac992
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 @@ -97,7 +97,7 @@ var winston = require('winston'),
In ES6
```js
import winston from 'winston';
import WinstonCloudWatch from 'winston-cloudwatch';
import * as WinstonCloudWatch from 'winston-cloudwatch';
```

```js
Expand Down

0 comments on commit 1bac992

Please sign in to comment.