Skip to content

Commit 89c3846

Browse files
committed
wording edits
1 parent c1eab0e commit 89c3846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ exports.handler = moesif(moesifOptions, exports.handler);
7171

7272
```
7373

74-
Depends on which version of node, you can also import directly.
74+
Depends on the version of node, you can also import directly:
7575

7676
```javascript
7777
import moesif from 'moesif-aws-lambda'
7878
```
7979

80-
If you are using ESM or later version of ESM. There are few other ways of importing:
80+
If you are using ESM or later version of ESM, please try the following method:
8181

8282
```javascript
8383
const moesifImportWrapper = await import('moesif-aws-lambda');

0 commit comments

Comments
 (0)