We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eab0e commit 89c3846Copy full SHA for 89c3846
README.md
@@ -71,13 +71,13 @@ exports.handler = moesif(moesifOptions, exports.handler);
71
72
```
73
74
-Depends on which version of node, you can also import directly.
+Depends on the version of node, you can also import directly:
75
76
```javascript
77
import moesif from 'moesif-aws-lambda'
78
79
80
-If you are using ESM or later version of ESM. There are few other ways of importing:
+If you are using ESM or later version of ESM, please try the following method:
81
82
83
const moesifImportWrapper = await import('moesif-aws-lambda');
0 commit comments