diff --git a/README.md b/README.md
index 7f5e6317617e20a1c01a76503eead3c407fce2bd..9aca764aa953cb768633904ab0e9d5d18b9d5652 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.