Skip to content

Commit

Permalink
Update README.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne authored Aug 16, 2024
1 parent c58bae3 commit 78a5f73
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ Key changes relative to ULID:

```elm
user 2accvpp5 guht4dts56je5 a
|----| |--------| |-------------| |-----|
└────┘ └────────┘ └─────────────┘ └─────┘
prefix time random version total
4 chars 8 chars 13 chars 1 char 26 chars
\________/________________|___________ |
/ | \ |
/ | \ |
40 bits 64 bits 24 bits 128 bits
5 bytes 8 bytes 3 bytes 16 bytes
time random prefix+version
└────────│────────────────│───────────┐ │
│ │
│ │
40 bits 64 bits 24 bits 128 bits
5 bytes 8 bytes 3 bytes 16 bytes
time random prefix+version
```

### Binary layout
Expand Down

0 comments on commit 78a5f73

Please sign in to comment.