diff --git a/README.md b/README.md index 3142f9d..5d1f474 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # ulid Universally Unique Lexicographically Sortable Identifier ported to PHP + +Tests borrowed from [.NET port](https://github.com/fvilers/ulid.net) +Original idea borrowed from [JS](https://github.com/alizain/ulid) + +License AGPL