From 390f26f2fe278d608ce36ff04aaa6c8d5c10f064 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 30 Sep 2024 20:32:42 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`