From d5a5a9b44ba90edf56072d65d4d4e7d9aafa615d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Mar 2013 08:50:29 -0300 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ed4522d..b31ec2e 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ S3 is the ultimate key-value store. It'd be nice if you could query it... Elephant is an S3-backed key-value store with querying powered by Elastic Search. Your data is persisted on S3 as simple JSON documents, but you can instantly query it over HTTP. -Simplicity — full-text search, HTTP, persistence, data portability. +Simplicity — your data is as persistent as S3 and as portable as JSON. Usage -----