Skip to content

Commit

Permalink
finish incomplete sentence in README.md #40
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 23, 2023
1 parent 22694cb commit 47f1ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ The goal is to allow records to be created _offline_ (_e.g: on a mobile device_)
with the ID generated on the _client_ and when the record is synched/saved
to the server (database) it can be _verified_
and the ID does not need to change.
Furthermore because the ID is based
Furthermore because the ID is based on a cryptographic hash
there is virtually zero chance of collision.

We _could_ have used "_Ye olde_" **UUID** (_random/nondeterministic_)
as the IDs and achieve the desired collision-avoidance,
Expand Down

0 comments on commit 47f1ca6

Please sign in to comment.