Update README.md

This commit is contained in:
Fabio Lima 2021-11-27 02:48:08 -03:00 committed by GitHub
parent e03b50f303
commit e30d0bc974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class KeyGenerator {
}
```
```java
String key = KeyGenerator.next();
String key = KeyGenerator.next();
```
Use a `UlidFactory` with `java.util.Random`: