Skip to content

Commit f4efd69

Browse files
committed
Update README
1 parent 000e6fb commit f4efd69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ npm install -D log-process-errors
7373
This is because logging is modified globally and libraries users might not
7474
expect this side-effect. Also, this might lead to conflicts between libraries.
7575

76+
This package is an ES module and must be loaded using
77+
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
78+
not `require()`.
79+
7680
# Usage
7781

7882
```js

0 commit comments

Comments
 (0)