Skip to content

Commit 52c9ef4

Browse files
committed
Update README.md
1 parent 7ffa64a commit 52c9ef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ variety [Snowflake-SI-vA](./docs/en-US/Snowflake-SI-vA.md) are supported.
3030
> JavaScript, with capacity 128 uuids per milliseconds, and 64 machine parallel
3131
> working.
3232
33-
## 示例
33+
## Samples
3434

35-
### Snowflake-SI 基本使用
35+
### Snowflake-SI Usage
3636

3737
```ts
3838
import * as libuuid from "@litert/uuid";
@@ -63,7 +63,7 @@ console.log(makeUUID.MACHINE_ID); // See the machine ID.
6363
console.log(new Date(makeUUID.BASE_CLOCK)); // See the base-clock
6464
```
6565

66-
### Snowflake-SI 算法微调
66+
### Snowflake-SI Adjustment
6767

6868
```ts
6969
import * as libuuid from "@litert/uuid";
@@ -98,7 +98,7 @@ console.log(makeUUID.MACHINE_ID); // See the machine ID.
9898
console.log(new Date(makeUUID.BASE_CLOCK)); // See the base-clock
9999
```
100100

101-
### Snowflake-SI-vA 基本使用
101+
### Snowflake-SI-vA Usage
102102

103103
```ts
104104
import * as libuuid from "@litert/uuid";

0 commit comments

Comments
 (0)