From fab3bf842713ca2e1f9fe1febb4acc8d511f95d0 Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Sat, 7 Jan 2012 18:49:20 +0100 Subject: [PATCH] Minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af242fd..7bf8189 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # LSM B-Tree Storage -This Erlang-based storage engine may eventually provides an alternative to Basho Bitcask and Google's LevelDB. Of those two, `lsm_btree` is closer to LevelDB in operational characteristics, except it uses fewer file descriptors than LevelDB, is not as performant, but it is implemented in just ~1000 lines of Erlang. For some the benefit of having a clean and simple Erlang implementation make it worth it. +This Erlang-based storage engine may eventually provide an alternative to Basho Bitcask and Google's LevelDB. Of those two, `lsm_btree` is closer to LevelDB in operational characteristics, except it uses fewer file descriptors than LevelDB, is not as performant, but it is implemented in just ~1000 lines of Erlang. For some the benefit of having a clean and simple Erlang implementation make it worth it. Here's the bullet list: