Skip to content

Commit 1b81012

Browse files
committed
Add link to browser support in README
1 parent 9ea43de commit 1b81012

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ const object = error.httpResponse()
7070
npm install modern-errors-http
7171
```
7272

73-
This package works in both Node.js >=14.18.0 and browsers. It is an ES module
74-
and must be loaded using
73+
This package works in both Node.js >=14.18.0 and
74+
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/tasks/build/browserslist).
75+
It is an ES module and must be loaded using
7576
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
7677
not `require()`.
7778

0 commit comments

Comments
 (0)