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