diff --git a/README.md b/README.md index 4a8428b2..ec723630 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For the creation of [RFC9562](https://www.rfc-editor.org/rfc/rfc9562.html) (formally [RFC4122](https://www.rfc-editor.org/rfc/rfc4122.html)) UUIDs -- **Complete** - Support for RFC9562 version 1, 3, 4, 5, and 7 UUIDs +- **Complete** - Support for all RFC9562 (nee RFC4122) UUID versions - **Cross-platform** - Support for ... - CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds) - NodeJS 16+ ([LTS releases](https://github.com/nodejs/Release)) diff --git a/README_js.md b/README_js.md index 5cb331cb..e4265d35 100644 --- a/README_js.md +++ b/README_js.md @@ -21,7 +21,7 @@ require('crypto').randomUUID = undefined; For the creation of [RFC9562](https://www.rfc-editor.org/rfc/rfc9562.html) (formally [RFC4122](https://www.rfc-editor.org/rfc/rfc4122.html)) UUIDs -- **Complete** - Support for RFC9562 version 1, 3, 4, 5, and 7 UUIDs +- **Complete** - Support for all RFC9562 (nee RFC4122) UUID versions - **Cross-platform** - Support for ... - CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds) - NodeJS 16+ ([LTS releases](https://github.com/nodejs/Release))