summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 07d0059..5aff478 100644
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ muck-poc - a JSON store with an HTTP API and access control
> look like.
Muck is a JSON store, with an access controlled RESTful HTTP API. Data
-stored in Muck is persistent, but kept in memory for simplicity. Later
-on, also for speed. Data is stored as flat JSON objects, which means:
+stored in Muck is persistent, but kept in memory for simplicity. Data
+is stored as flat JSON objects, which means:
* an object may have any number of fields
* each field has a value that is `null`, a UTF-8 string, or a list of