summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-24 20:50:37 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-24 20:50:37 +0200
commit6ba1a47b50803d0aea35db731fd109199e16287e (patch)
tree98550076776a94ebfd7e504e80f14896fd1b3910
parent9d463e01b702547e9fb83dbdaee431b7aa7c9de3 (diff)
downloadmuck-poc-6ba1a47b50803d0aea35db731fd109199e16287e.tar.gz
Drop: claim about speed being a reason for in-memory
-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