From 7cb0cd53b003bac094fe85603239135be4ca2e21 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 7 Nov 2010 18:07:49 +0100 Subject: [PATCH] data is now in CouchDB --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 442a527..e7a5fb1 100644 --- 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 @@ -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) -- 2.20.1