From 4d5d18387f805a3a6b30f33b8b0d35c9a8e28c86 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 29 Nov 2009 23:40:09 -0800 Subject: [PATCH] Better docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c406f63..421d160 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ComfyDB: an easy, unified and powerful localStorage/sessionStorage API # -ComfyDB uses the new localStorage and sessionStorage API to enable you to store persistent data with your +ComfyDB uses the HTML5 localStorage and sessionStorage API to enable you to store persistent data with your web applications. ComfyDB exposes a **robust functional API** for individual data stores on top of the rather limited [native key/value pair API](http://dev.w3.org/html5/webstorage/).