Skip to content

Commit

Permalink
add link to forking discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mars authored Jan 5, 2022
1 parent e6623c8 commit 2ec368f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 2ec368f

Please sign in to comment.