From d9a61a1842246a22f4570fe556908b62dec8369d Mon Sep 17 00:00:00 2001 From: AistleitnerFabian <56301447+AistleitnerFabian@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:01:50 +0200 Subject: [PATCH] fix(readme): fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26bd017..882188d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ For example: ```java UUID uuid = Generators.timeBasedGenerator().generate(); // Version 1 UUID uuid = Generators.randomBasedGenerator().generate(); // Version 4 -UUID uuid = Generators.nameBasedgenerator().generate("string to hash"); // Version 5 +UUID uuid = Generators.nameBasedGenerator().generate("string to hash"); // Version 5 // With JUG 4.1+: support for https://github.com/uuid6/uuid6-ietf-draft versions 6 and 7: UUID uuid = Generators.timeBasedReorderedGenerator().generate(); // Version 6 UUID uuid = Generators.timeBasedEpochGenerator().generate(); // Version 7