From f22daa89a3c594b8cc01d177dafa053126c354a8 Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Tue, 6 Feb 2024 08:45:14 +0100 Subject: [PATCH] fix redame --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d4817aa..782b682 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,4 @@ import { Snowflake, decodeSnowflake } from "@skorotkiewicz/snowflake-id"; console.log("decodeID", decoded); // output: { timestamp: '2024-02-06T05:12:47.730Z', machineId: '1', sequence: '0' } })(); -}; ```