From f8d40c642f012ab81ae0921dbff17d9b22cf8433 Mon Sep 17 00:00:00 2001 From: Lucille Hua Date: Tue, 9 Apr 2024 17:03:15 -0400 Subject: [PATCH] Update name and links (#300) ## Summary ## How was it tested? --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 912d913..c4adebe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### A type-safe, K-sortable, globally unique identifier inspired by Stripe IDs -![License: Apache 2.0](https://img.shields.io/github/license/jetify-com/typeid) [![Join Discord](https://img.shields.io/discord/903306922852245526?color=7389D8&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/agbskCJXk2) [![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/devbox/) +![License: Apache 2.0](https://img.shields.io/github/license/jetify-com/typeid) [![Join Discord](https://img.shields.io/discord/903306922852245526?color=7389D8&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/jetify) [![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/devbox/) ## What is it? @@ -39,7 +39,7 @@ A [formal specification](./spec) defines the encoding in more detail. Implementations should adhere to the formal [specification](./spec). -### Official Implementations by `jetpack.io` +### Official Implementations by `jetify` | Language | Status | | ----------------------------------------------------- | ------------- | @@ -79,7 +79,7 @@ We are looking for community contributions to implement TypeIDs in other languag This repo includes a command-line tool for generating TypeIDs. To install it, run: ```bash -curl -fsSL https://get.jetpack.io/typeid | bash +curl -fsSL https://get.jetify.com/typeid | bash ``` To generate a new TypeID, run: