Updated readme

This commit is contained in:
moloch--
2021-03-06 16:51:47 -06:00
parent 312633aa53
commit 4dd2fed389
+1 -3
View File
@@ -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