From 39207f9da172f3087b7ac5f72551c3af7013e6a4 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Tue, 3 Dec 2019 18:40:42 -0500 Subject: [PATCH] auto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142b9fa..383307d 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Your `transactionalClient.go` takes several arguments (see code), but the two im are: - `-p` - tells your code to do two things: - at end-of-text write out commit/abort notifications for each transaction - whose fate has been decided, in the order that they were decided + 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