Skip to content

Commit

Permalink
added link to online converter (#340)
Browse files Browse the repository at this point in the history
## Summary
Added a small section to link to typeid online converter.

## How was it tested?
Readme change
  • Loading branch information
mohsenari committed Jun 13, 2024
1 parent ab969f5 commit 56ce332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Here's an example of a TypeID of type `user`:

A [formal specification](./spec) defines the encoding in more detail.

## Online Converter
You can try converting UUID to TypeID and back using Jetify's TypeID Converter. Paste your TypeID string to convert to UUID or put your prefix and UUID in this format: `prefix:UUID` to convert to TypeID.

### [jetify.com/typeid](https://www.jetify.com/typeid)

## Benefits

- **Type-safe:** you can't accidentally use a `user` ID where a `post` ID is expected. When debugging, you can
Expand Down

0 comments on commit 56ce332

Please sign in to comment.