Skip to content

Commit c6478de

Browse files
committed
Minor modification to the README.md
1 parent 3d912b4 commit c6478de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
![Dependencies](https://img.shields.io/david/utkarsh-pro/nodejs-snowflake)
66

77
nodejs-snowflake is a fast and reliable way to generate time sortable 64 bit ids written for distributed systems.
8-
The main id generation function is written in C++ using N-API which makes the process of id generation extremely fast. The usage of C++ for id generation also guaratees that the generated number will be of size 64 bits.
8+
The main id generation function is written in C++ using N-API which makes the process of id generation extremely fast. The usage of C++ for id generation also guaratees that the generated number will be of size 64 bits.
9+
**Now Supports machine id extraction from the generated ids, even if they were generated on different machines**
910

1011
## How to install
1112

0 commit comments

Comments
 (0)