summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn1c00o <34602094+n1c00o@users.noreply.github.com>2021-08-05 21:29:59 +0200
committerGitHub <noreply@github.com>2021-08-05 21:29:59 +0200
commit914e91a679f721daa794c2a8925a1f5a456caba5 (patch)
tree727650b02ca3898398839b96294f72bdae1a141a
parentc43b7be39fed2743ef27968a3a07677e18fd3c5a (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ffb5d18..0757a27 100644
--- a/README.md
+++ b/README.md
@@ -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`.