From 2ec368fd426ea5bdadbb677be19fcc8b611fa2de Mon Sep 17 00:00:00 2001 From: Ryan Marsh <824046+ryan-mars@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:27:17 -0600 Subject: [PATCH] add link to forking discussion --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 254dcd7..747f1e1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ ULID generator library for [Cloudflare Workers](https://developers.cloudflare.com/workers/), based off of the fork [ulidx](https://github.com/perry-mitchell/ulidx) which in turn was based on the original [ulid](https://github.com/ulid/javascript) for NodeJS and the browser. +**What is a ULID** + ULIDs are Universally Unique Lexicographically Sortable Identifiers. This library adheres to [this specification](https://github.com/ulid/spec). +**Why fork `ulidx`?** + +See [this dissussion](https://github.com/perry-mitchell/ulidx/pull/6#issuecomment-1003190116). + ## Installation Install using npm by running: `npm install ulid-workers --save`.