Skip to content

Commit

Permalink
Clarify character set of TypeID prefix (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
loreto committed Jun 29, 2023
1 parent dbc7a5b commit 3c4cf28
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 @@ -8,7 +8,7 @@
TypeIDs are a modern, type-safe extension of UUIDv7.

TypeIDs are canonically encoded as lowercase strings consisting of three parts:
1. A type prefix
1. A type prefix (in all lowercase ASCII [a-z])
2. An underscore '_' separator
3. A 128-bit UUIDv7 encoded as a 26-character string in base32 (using [Crockford's alphabet](https://www.crockford.com/base32.html) in lowercase).

Expand Down

0 comments on commit 3c4cf28

Please sign in to comment.