From 4dd2fed3899ca75a3fafbbda5d79fcd3da569f30 Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Sat, 6 Mar 2021 16:51:47 -0600 Subject: [PATCH] Updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f5daaaa..556bdb0 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,10 @@ Sliver-script is a TypeScript/JavaScript client library for Sliver, it can be us ### Install -For best compatibility use Node v14.15.3 (LTS) this package is available via npm: +Node v14 or later is required for this package, and it can be installed via npm: `npm install sliver-script` -NOTE: You must use exactly v14.15.3, Node versions after v14.15.3 [break mTLS compatibility in gRPC](https://github.com/grpc/grpc-node/issues/1669) and there is no fix. - ### TypeScript Example