Skip to content

Commit

Permalink
Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 30, 2009
1 parent 1f98f43 commit d92cfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ComfyDB uses the new localStorage and sessionStorage API to enable you to store
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/).

ComfyDB goes a step further to **ensure the integrity of your data**. The native browser API stores all values as
strings, so ComfyDB passes everything you save through a JSON filter, ensuring that when put data in, you will get it
ComfyDB goes a step further to **ensure the integrity of your data**. The native browser API stores all data as type
string. ComfyDB passes everything you save through a JSON filter, ensuring that when put data in, you will get it
back in the correct data-type.

**ComfyDB is supported in all major browsers**, including Safari 4, Firefox 3.5 and IE8. If a browser supports
Expand Down

0 comments on commit d92cfac

Please sign in to comment.