diff --git a/README.md b/README.md index b1f2102..927ebdd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![npm](https://img.shields.io/npm/v/%40jwetzell%2Fposistagenet) # psn-js -js implementation of the [PosiStageNet protocol](https://github.com/vyv/psn-cpp/blob/master/doc/PosiStageNetprotocol_v2.03_2019_09_09.pdf) +typesecript implementation of the [PosiStageNet protocol](https://github.com/vyv/psn-cpp/blob/master/doc/PosiStageNetprotocol_v2.03_2019_09_09.pdf) ## Install @@ -61,4 +61,4 @@ infoPackets.forEach((infoPacket)=>{ ## Notes - UInt64 - - PosiStageNet uses 64 bit UInt's for timestamp values make sure to use [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) if using values over `Number.MAX_SAFE_INTEGER` \ No newline at end of file + - PosiStageNet uses 64 bit UInt's for timestamp values make sure to use [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) if using values over `Number.MAX_SAFE_INTEGER`