From a0c00ea22570631cce896981364e2612afdb9485 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Mon, 6 Feb 2012 00:16:15 -0800 Subject: [PATCH] mention WriteBatch iteration in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e52ea6..0e06c95 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ and there you go. ## Caveats -Comparators must be written in C in your own library. +Comparators must be written in C in your own library. And means to be iterate +over WriteBatches must be similarly created.