Update quickstart.md

This commit is contained in:
Aaron Boodman
2017-09-18 21:13:14 -07:00
committed by GitHub
parent 865f2498bb
commit 2be441fffd

View File

@@ -18,9 +18,9 @@ The steps youll need to take are:
union. (Note: if you are interested in using CRDTs as an alternative
to classic datatypes please let us know.)
1. Consider...
* how peers will discover each other
* how and when they will pull changes, and
* what potential there is for conflicting changes. Consider modeling
* How peers will discover each other
* How and when they will pull changes, and
* What potential there is for conflicting changes. Consider modeling
your problem so that changes commute in order to make merging
easier.