From 8ec7279ff2465f6a6252abfd6427705e16edac92 Mon Sep 17 00:00:00 2001
From: keleher <keleher@cs.umd.edu>
Date: Mon, 2 Dec 2019 09:53:45 -0500
Subject: [PATCH] auto

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7f5e631..9aca764 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ have to change the `getXLockTuple()` function and also the `compatibility_list`
 
 For the recovery, you will need to write the code for both `revertChanges` and `restartRecovery`. `revertChanges` works by writing a compensating log
 record (CLR) for each update that a failed transaction does, in the correct
-order.
+order. See `recoverytests-original` for examples of the format.
 
 "Redo"-ing a transaction does not add any new log records, but it does modify
 the database. 
-- 
GitLab