From 138a77597c793e73f93831c44126b339259ddf38 Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Sun, 21 May 2023 12:21:51 -0400 Subject: [PATCH] Updates README.md to reference newest cuid2 python port Closes #24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f33a52..4a39251 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A `cuid` is a portable and sequentially-ordered unique identifier designed for horizontal scalability and speed -- this version is ported from the reference implementation in Javascript. -**NOTE**: Particularly if you have security concerns, the [`cuid` standard has been deprecated in favor of `cuid2`](https://github.com/paralleldrive/cuid2)! +**NOTE**: Particularly if you have security concerns, the [`cuid` standard has been deprecated in favor of `cuid2`](https://github.com/gordon-code/cuid2)! Tested on CPython 2.7, 3.6-3.11 as well as PyPy & PyPy3.