Updated README.md

This commit is contained in:
Fabio Lima 2020-02-22 13:22:13 -03:00
parent f885a03125
commit 8f7aa36960
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ These are some examples of using the `GuidCreator` to create ULIDs:
```java
// with java random generator (java.util.Random)
// with the default random generator (java.security.SecureRandom)
String ulid = UlidCreator.getGuidCreator().createUlid();
// with java random generator (java.util.Random)