From 0064b0405e8f49b6f79477b56ed029795dbbd24f Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Sat, 7 Jan 2012 13:55:03 +0100 Subject: [PATCH] Refix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8f15d..dc1522e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Erlang-based storage engine provides a scalable alternative to Basho Bitcas - The cost of merging (evicting stale key/values) is amortized into insertion, so you don't need to schedule merge to happen at off-peak hours. - Supports range queries (and thus potentially Riak 2i.) - Unlike Bitcask and InnoDB, you don't need a boat load of RAM -- All in 100 lines of pure Erlang code +- All in 1000 lines of pure Erlang code Once we're a bit more stable, we'll provide a Riak backend.