diff --git a/README.md b/README.md
index ee7ce16..599bf0e 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Test Description | Hardware | Duration |Avg TPS | Delta
8KB value, 60 workers, sync | 5 x i2.2x | 4 hr | 12,679.91 | + 70.81% | + 63.99%
8KB value, 100 workers, no_sync | 5 x i2.2x | 6 hr | 14,100.19 | + 16.15% | + 35.92%
8KB value, 50 workers, no_sync | 5 x d2.2x | 4 hr | 10,400.29 | + 8.37% | + 23.51%
+4KB value, 100 workers, no_sync | 5 x i2.2x | 6 hr | 10,400.29 | - 10.44% | - 4.48%
Tests generally show a 5:1 improvement in tail latency for LevelEd.
@@ -98,4 +99,4 @@ This will start a new Bookie. It will start and look for existing data files, u
The book_start method should respond once startup is complete. The leveled_bookie module includes the full API for external use of the store.
-Read through the [end_to_end test suites](test/end_to_end/) for further guidance.
\ No newline at end of file
+Read through the [end_to_end test suites](test/end_to_end/) for further guidance.