Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sync-changes
Browse files Browse the repository at this point in the history
* upstream/master:
  Fix Typo
  • Loading branch information
simonexmachina committed Sep 20, 2016
2 parents 6cf9521 + 8894263 commit 0518485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[**Changelog**](#changelog)

Ember Pouch is a PouchDB/CouchDB adapter for Ember Data 2.0+. For older Ember Data versions use Ember Pouch version 3.22.
Ember Pouch is a PouchDB/CouchDB adapter for Ember Data 2.0+. For older Ember Data versions use Ember Pouch version 3.2.2.

With Ember Pouch, all of your app's data is automatically saved on the client-side using IndexedDB or WebSQL, and you just keep using the regular [Ember Data `store` API](http://emberjs.com/api/data/classes/DS.Store.html#method_all). This data may be automatically synced to a remote CouchDB (or compatible servers) using PouchDB replication.

Expand Down

0 comments on commit 0518485

Please sign in to comment.