Skip to content

Commit 7b175fc

Browse files
authored
[rename] jetpack-io -> jetify-com (#295)
## Summary TSIA ## How was it tested? CICD
1 parent 6ec7d5c commit 7b175fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### A SQL implementation of [TypeID](https://github.com/jetify-com/typeid) using PostgresSQL.
44

5-
![License: Apache 2.0](https://img.shields.io/github/license/jetpack-io/typeid-sql)
5+
![License: Apache 2.0](https://img.shields.io/github/license/jetify-com/typeid-sql)
66

77
TypeIDs are a modern, **type-safe**, globally unique identifier based on the upcoming
88
UUIDv7 standard. They provide a ton of nice properties that make them a great choice
@@ -112,7 +112,7 @@ SELECT * FROM users u WHERE u.id = 'user_01h455vb4pex5vsknk084sn02q';
112112
-- "(user,018962e7-3a6d-7290-b088-5c4e3bdf918c)",Ben Bitdiddle,ben@bitdiddle.com
113113
```
114114

115-
Then you can add in [the operator overload function for typeids](https://github.com/search?q=repo%3Ajetpack-io%2Ftypeid-sql%20compare_type_id_equality&type=code):
115+
Then you can add in [the operator overload function for typeids](https://github.com/search?q=repo%3Ajetify-com%2Ftypeid-sql%20compare_type_id_equality&type=code):
116116

117117
## Future work (contributions welcome)
118118

0 commit comments

Comments
 (0)