Skip to content

Commit

Permalink
Fix for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Feb 15, 2025
1 parent 9474a2c commit 8419a6b
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 @@ -49,7 +49,7 @@ A base62 `yid` is:
* has two parts:
* a timestamp
* a random string
* is of the form `[0-9a-zA-Z]{13}-[0-9a-zA-Z]{8}`
* is of the form `[0-9A-Za-z]{8}-[0-9A-Za-z]{8}`
* starts off with `Date.now()` in base62
* ends with a random set of numbers in base62

Expand Down

0 comments on commit 8419a6b

Please sign in to comment.