From ef6308dafeda0c19e3bca94754751666a12126e9 Mon Sep 17 00:00:00 2001
From: keleher <keleher@cs.umd.edu>
Date: Tue, 3 Dec 2019 18:40:22 -0500
Subject: [PATCH] auto

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e195491..142b9fa 100644
--- a/README.md
+++ b/README.md
@@ -113,8 +113,8 @@ log abstraction in `replica.go`
 Your `transactionalClient.go` takes several arguments (see code), but the two important ones
 are:
 - `-p` - tells your code to do two things:
-  - at end-of-text write out, in-order, commit/abort notifications for each transaction
-    whose fate has been decided
+  - at end-of-text write out commit/abort notifications for each transaction
+    whose fate has been decided, in the order that they were decided
   - write out the contents of your KV store, ordered lexicographically by key value. Only
     written values need be printed.
 - `-s` use snapshot isolation instead serializable isolation
-- 
GitLab