Skip to content

Commit da14860

Browse files
fix(readme): fix typo in README.md (#135)
1 parent 1cddcbe commit da14860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For example:
8383
```java
8484
UUID uuid = Generators.timeBasedGenerator().generate(); // Version 1
8585
UUID uuid = Generators.randomBasedGenerator().generate(); // Version 4
86-
UUID uuid = Generators.nameBasedgenerator().generate("string to hash"); // Version 5
86+
UUID uuid = Generators.nameBasedGenerator().generate("string to hash"); // Version 5
8787
// With JUG 4.1+: support for https://github.com/uuid6/uuid6-ietf-draft versions 6 and 7:
8888
UUID uuid = Generators.timeBasedReorderedGenerator().generate(); // Version 6
8989
UUID uuid = Generators.timeBasedEpochGenerator().generate(); // Version 7

0 commit comments

Comments
 (0)