Skip to content

Commit b986642

Browse files
Fix Typo
1 parent 60f4e92 commit b986642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[**Changelog**](#changelog)
44

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

77
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.
88

@@ -106,7 +106,7 @@ limit of HTTP connections to a given host. In this case you may find that a peri
106106
sync is better for your needs.
107107

108108
If you are connecting directly to a database over HTTP without syncing to a local database
109-
then ember-pouch's change detection will use a long-polling socket. The following will
109+
then ember-pouch's change detection will use a long-polling socket. The following will
110110
poll for changes rather than using live sync.
111111

112112
```js

0 commit comments

Comments
 (0)