Skip to content

Commit

Permalink
docs: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Apr 30, 2024
1 parent a24af4b commit 45b6656
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ console.log(uid.rnd());

// Sequential UUID
console.log(uid.seq());

// ---

// Legacy support (Node 16 or less)
// or if using "Node16" as "module" or "moduleResolution" in "tsconfig.json"
const uid = new ShortUniqueId.default();
```

alternatively using destructuring assignment:
Expand Down

0 comments on commit 45b6656

Please sign in to comment.