Skip to content

Commit b422bdb

Browse files
authored
docs: mention correct node version in readme
- fixes #198 - node 16 is required, not node 14
1 parent 59f82ec commit b422bdb

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
@@ -47,7 +47,7 @@ Replace `{version}` with the version of the package that you want to use, e.g.:
4747
This library is provided in ESM as well as CJS forms, and works with both
4848
Javascript and Typescript projects.
4949

50-
**This package requires you to use Node 14 or above.**
50+
**This package requires you to use Node 16 or above.**
5151

5252
Import it in a CommonJS project (`type: commonjs` or no `type` field in
5353
`package.json`) as follows:

0 commit comments

Comments
 (0)