From e9b16493e58e584ec04b782f9321252fdb9e12cc Mon Sep 17 00:00:00 2001 From: martinsumner Date: Tue, 28 Feb 2017 11:08:26 +0000 Subject: [PATCH] Minor changes to wording --- README.md | 2 +- docs/FUTURE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c22a76d..c9b694c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -Leveled is a work-in-progress prototype of a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics: +Leveled is a work-in-progress prototype of a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics: - Optimised for workloads with larger values (e.g. > 4KB). diff --git a/docs/FUTURE.md b/docs/FUTURE.md index 831a27d..59e14dd 100644 --- a/docs/FUTURE.md +++ b/docs/FUTURE.md @@ -40,7 +40,7 @@ There is some work required before LevelEd could be considered production ready: ## Riak Features Implemented -The following Riak features have been implemented +The following Riak features have been implemented. Note that these features are not adequately tested at present. Sufficient work has been done to support the realism of volume test metrics, with mainly manual tests and some simple eunit tests. ### Leveled Backend