Skip to content

Commit dedd615

Browse files
committed
Improve README further
1 parent 38f8784 commit dedd615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ JUG is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENS
1212

1313
## Supported UUID versions (1, 3, 4, 5, 6, 7)
1414

15-
JUG supports both "classic" versions defined in RFC 9562]:
15+
JUG supports both "classic" versions defined in [RFC 4122](https://datatracker.ietf.org/doc/html/rfc4122):
1616

1717
* `1`: time/location - based
1818
* `3` and `5`: name hash - based
1919
* `4`: random number - based
2020

21-
and newly (in 2022-2024) proposed (see [uuid6](https://uuid6.github.io/uuid6-ietf-draft/) and [RFC-9562](https://datatracker.ietf.org/doc/html/rfc9562) variants:
21+
and newly (in 2022-) proposed (see [uuid6](https://uuid6.github.io/uuid6-ietf-draft/) and [RFC-9562](https://datatracker.ietf.org/doc/html/rfc9562) variants:
2222

2323
* `6`: reordered variant of version `1` (with lexicographic ordering)
2424
* `7`: Unix-timestamp + random based variant (also with lexicographic ordering)

0 commit comments

Comments
 (0)