Merge pull request #109 from dunxen/patch-1
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Fri, 15 Jul 2022 20:00:05 +0000 (20:00 +0000)
committerGitHub <noreply@github.com>
Fri, 15 Jul 2022 20:00:05 +0000 (20:00 +0000)
Specify Node version for Wasm BigInt support

README.md

index 1dc96f9a4966768f91203e2831c3eddb26ad1901..4c937681b77b79dd713e8a79d0227934fd913377 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Some functions may error spuriously due to oversights or missing implementations
 
 The TypeScript bindings require modern web standards, including support for `FinalizationRegistry`
 and `WeakRef` (Chrome 84, Firefox 79, Safari 14.1/iOS 14.5 and Node 14.6) and WASM BigInt support
-(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node ??).
+(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node 15.0).
 
 ## General