From 44bab6067470f946def9a8742e8cfbdb332e8201 Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 28 Nov 2021 23:34:53 -0300 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 9b00332..214b2b4 100644 --- a/README.md +++ b/README.md @@ -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