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' } })(); -}; ```