diff --git a/doc/decent/quickstart.md b/doc/decent/quickstart.md index b8cba47452..dbf62c3aec 100644 --- a/doc/decent/quickstart.md +++ b/doc/decent/quickstart.md @@ -18,9 +18,9 @@ The steps you’ll 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.