diff options
| author | n1c00o <34602094+n1c00o@users.noreply.github.com> | 2021-08-05 21:29:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 21:29:59 +0200 |
| commit | 914e91a679f721daa794c2a8925a1f5a456caba5 (patch) | |
| tree | 727650b02ca3898398839b96294f72bdae1a141a | |
| parent | c43b7be39fed2743ef27968a3a07677e18fd3c5a (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Clawflake -Clawflake is a Rust application which implements [Twitter's Snowflake](https://github.com/twitter-archive/snowflake/tree/snowflake-2010) and communicates using [gRPC](https://grpc.io/). +Clawflake is a Rust application which implements [Twitter Snowflakes](https://github.com/twitter-archive/snowflake/tree/snowflake-2010) and communicates using [gRPC](https://grpc.io/). Snowflake ID numbers are 63 bits integers stored as `i64`. |
