From e55376e98b3a7f841dcb2abd6273947f8661ffc8 Mon Sep 17 00:00:00 2001 From: Grisha Kruglov Date: Mon, 10 Sep 2018 12:52:41 -0700 Subject: [PATCH] Updates the Sync section of the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bcaf2e8..e6fe41ae 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ The top-level main crate of Mentat assembles these component crates into somethi ### Syncing -Sync code lives, for [referential reasons](https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying), in a crate named `tolstoy`. This code is a work in progress. +Sync code lives, for [referential reasons](https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying), in a crate named `tolstoy`. This code is a work in progress; current state is a proof-of-concept implementation which largely relies on the internal transactor to make progress in most cases and comes with a basic support for timelines. See [Tolstoy's documentation](https://github.com/mozilla/mentat/tree/master/tolstoy/README.md) for details. ### The command-line interface