Skip to content

Commit d2c1f77

Browse files
authored
docs: Readme fix
1 parent 6cd2e7e commit d2c1f77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
A distributed generator to create unique IDs with ease; inspired by [Twitter's Snowflake](https://github.com/twitter-archive/snowflake/tree/snowflake-2010). Blog post about this project can be found [here](https://krypton.ninja/2022/11/08/Generating-unique-IDs-with-the-Snowflake-algorithm/).
66

77
## What is a Snowflake?
8-
Apart from being a crystal of snow, a snowflake is a form of unique identifier which is being used in distributed computing. It has specific parts and is 64 bits long in binary. I simply named my type of snowflake, a **Spaceflake**, as it does not compose of the same parts of a Twitter Snowflake and is being used for [Project Absence](https://github.com/ProjectAbsence) and other projects of myself.
8+
Apart from being a crystal of snow, a snowflake is a form of unique identifier which is being used in distributed
9+
computing. It has specific parts and is 64 bits long in binary. I simply named my type of snowflake, a **Spaceflake**,
10+
as it does not compose of the same parts of a Twitter Snowflake and is being used in my personal projects.
911

1012
### Structure
1113
A Spaceflake is structured like the following:

0 commit comments

Comments
 (0)