Skip to content

Commit 4dcd47d

Browse files
authored
Fixed typo
1 parent 80a836f commit 4dcd47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The main id generation function is written in C++ using N-API which makes the pr
99
for id generation also guaratees that the generated number will be of size 64 bits.
1010

1111
### NOTE
12-
The ID generator produces faster ids if the return type is bigint, but this option is disabled by default to the
13-
time javascript bigint to string conversion will take. This conversion is thus by default handled by C++ internally.
12+
The ID generator produces faster ids if the return type is bigint, but this option is disabled by default because
13+
of the time javascript bigint to string conversion will take. This conversion is thus by default handled by C++ internally.
1414

1515
## How to install
1616

0 commit comments

Comments
 (0)