From e622140ecf004e204103915b4162e09ad3bb58e5 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Tue, 28 Feb 2017 12:10:05 +0000 Subject: [PATCH] Missing m --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b82da4..e06103c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Leveled is a work-in-progress prototype of a simple Key-Value store based - Explicitly supports HEAD requests in addition to GET requests. - Splits the storage of value between keys/metadata and body, - - Stores keys/etadata in a merge tree and the full object in a journal of [CDB files](https://en.wikipedia.org/wiki/Cdb_(software)) + - Stores keys/metadata in a merge tree and the full object in a journal of [CDB files](https://en.wikipedia.org/wiki/Cdb_(software)) - allowing for HEAD requests which have lower overheads than GET requests, and - queries which traverse keys/metadatas to be supported with fewer side effects on the page cache.