summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-29 09:55:21 +0200
committerLars Wirzenius <liw@liw.fi>2018-10-29 09:55:21 +0200
commit7ee29a532c4a987a56a3c7518494a026f9692abf (patch)
tree7aa14ca7c46944c2f8c18a1205519355d2ffa0aa
parent0d00065bfff93d025c41cb96a26988c8d1d38e8a (diff)
downloadmuck-poc-7ee29a532c4a987a56a3c7518494a026f9692abf.tar.gz
Change: README to be present tense
-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