Update README.md

This commit is contained in:
Fabio Lima 2021-11-28 23:34:53 -03:00 committed by GitHub
parent bf3b93167b
commit 44bab60674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -162,14 +162,6 @@ UUID uuid = ulid.toRfc4122().toUuid(); // 0110c853-1d09-42d8-973e-1194e95b5f19
---
Convert a ULID into a byte array:
```java
byte[] bytes = ulid.toBytes(); // 16 bytes (128 bits)
```
---
Get the creation instant of a ULID:
```java