From a71033c75d6cf1ec7701fa93f1f3bb407da92349 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 7 Nov 2021 21:35:07 -0800 Subject: [PATCH] initial commits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 127044b..87afcae 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ var id xim.ID = xim.Generate() ## Representation -Internally, the xim-id is compactly stored in an `uint64`. The anatomy of this is as follows: +Internally, the **xim-id** is compactly stored in an `uint64`. The anatomy of this is as follows: ``` unix timestamp (39-bits) ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ @@ -34,7 +34,7 @@ The `xim.ID.UnixTime()` method will give you that 39-bit _unix timestamp_. And the `xim.ID.Chaos()` method will give you that 24-bit _chaos_. -(The _chaos_ is just a randomness that helps make these xim-ids unique, when multiple xim-ids are being produced simultaneously.) +(The _chaos_ is just a randomness that helps make these **xim-ids** unique, when multiple **xim-ids** are being produced simultaneously.) ## Temporal Ordering of Representation