data is now in CouchDB
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Nov 2010 17:07:49 +0000 (18:07 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Nov 2010 17:07:49 +0000 (18:07 +0100)
README

diff --git a/README b/README
index 442a527..e7a5fb1 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ This is my attempt to implement REST API described at:
 
 http://docs.getangular.com/REST.Basic
 
-using simple in-memory model for experimenting with local datasets using
+using CouchDB as storage for experimenting with local datasets using
 <angular/>
 
 
@@ -41,5 +41,4 @@ Angular examples available:
 
 Planned features:
 
-- data persistence, probably to CouchDB (currently all data is stored in-memory)
 - run queries against data using REST API (currently only simple get is supported)