Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Mar 15, 2016
1 parent e64e642 commit a512837
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 @@ -91,7 +91,7 @@ uniqueKeys(): Promise;
until(filter: (value) => boolean, includeStopEntry?: boolean): Collection;
update(key: Key, changes: { [keyPath: string]: any }): Promise;
```
This is a mix of methods from [WhereClause](https://github.com/dfahlander/Dexie.js/wiki/WhereClause), [Table](https://github.com/dfahlander/Dexie.js/wiki/WriteableTable) and [Collection](https://github.com/dfahlander/Dexie.js/wiki/WriteableCollection). To dive into the API, refer to [API reference](https://github.com/dfahlander/Dexie.js/wiki/API-Reference).
This is a mix of methods from [WhereClause](https://github.com/dfahlander/Dexie.js/wiki/WhereClause), [Table](https://github.com/dfahlander/Dexie.js/wiki/Table) and [Collection](https://github.com/dfahlander/Dexie.js/wiki/Collection). To dive into the API, refer to [API reference](https://github.com/dfahlander/Dexie.js/wiki/API-Reference).
#### Hello World (ES2015 / ES6)
Expand Down

0 comments on commit a512837

Please sign in to comment.