summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 2ff9022..05a2659 100644
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
-muck-poc - a proof of concept for an JSON store
+muck-poc - a JSON store with an HTTP API and access control
=============================================================================
-Muck will be a JSON store, with an access controlled, RESTful HTTP
-API. Data stored in Muck will be persistent, but kept in memory for
-speed of access (similar to Redis). Data is stored as flat JSON
-objects:
+This is a proof of concept.
+
+Muck is a JSON store, with an access controlled, RESTful HTTP API.
+Data stored in Muck is persistent, but kept in memory for speed
+of access (similar to Redis). Data is stored as flat JSON objects:
* an object may have any number of fields
* each field has a value that is `null`, a UTF-8 string, or a list of