tangledbytes / nodejs-snowflake

Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)
https://www.npmjs.com/package/nodejs-snowflake
Apache License 2.0
176 stars 15 forks source link

Fix typo in README.md #15

Closed newbee1905 closed 2 years ago

newbee1905 commented 2 years ago

From timestampFromId to timestampFromID

I tried to use SnowFlake.timestampFromId according to the README and it did not work. After rechecking the function name in src/lib.rs, the correct function is timestampFromID.

tangledbytes commented 2 years ago

Thank you @newbee1905!