From 7ee29a532c4a987a56a3c7518494a026f9692abf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 29 Oct 2018 09:55:21 +0200 Subject: Change: README to be present tense --- README | 11 ++++++----- 1 file 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 -- cgit v1.2.1