Skip to content

Commit

Permalink
docs: v6 uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 5, 2024
1 parent 3c35893 commit d09e432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Convert a UUID from version 6 to version 1
```javascript --run
import { v6ToV1 } from 'uuid';

v6ToV1('92f62d9e-22c4-11ef-97e9-325096b39f47'); // RESULT
v6ToV1('1ef22c49-2f62-6d9e-97e9-325096b39f47'); // RESULT
```

### uuid.v7([options[, buffer[, offset]]])
Expand Down

0 comments on commit d09e432

Please sign in to comment.