Skip to content

Commit

Permalink
chore: add uid-vs-uuid callout (#4)
Browse files Browse the repository at this point in the history
* add clarification btwn uid and uuid

* chore: tweak wording

Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
  • Loading branch information
swyxio and lukeed committed Oct 29, 2020
1 parent c3b5274 commit 0513cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A tiny (130B to 205B) and [fast](#benchmarks) utility to randomize unique IDs of fixed length
_**Fast object IDs.** Available for Node.js and the browser._<br>Generate randomized output strings of fixed length using lowercase alphanumeric characters (`a-z0-9`).
_**Fast object IDs.** Available for Node.js and the browser._<br>Generate **randomized** output strings of fixed length using lowercase alphanumeric characters (`a-z0-9`). To produce IDs in UUID.V4 format, please see [`@lukeed/uuid`](https://github.com/lukeed/uuid).

This module offers multiple [modes](#modes) for your needs:

Expand Down

0 comments on commit 0513cba

Please sign in to comment.