Skip to content

Commit 83ba31a

Browse files
add const keyword for import example
1 parent d1a7831 commit 83ba31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install:
1616

1717
in your file
1818
```javascript
19-
{
19+
const {
2020
AlAwsCollector,
2121
} = require('@alertlogic/al-aws-collect-js');
2222
```

0 commit comments

Comments
 (0)