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 150f87d commit 59f7b71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Dexie.js solves these limitations and provides a neat database API. Dexie.js aim

This sample shows how to use Dexie with ES6 compliant environments and npm module resolution. With ES6, the `yield` keyword can be used instead of calling `.then()` on every database operation. The `yield` keyword and generator functions are already supported today (March 2016) in Chrome, Firefox, Edge and Opera without a transpiler (though this example also uses import statements which still needs transpilation).

More info on how to use `yield` with Dexie: [Simplify with yield](https://github.com/dfahlander/Dexie.js/wiki/Simplify-with-yield).
More info on how to use `yield` with Dexie:

[Simplify with yield](https://github.com/dfahlander/Dexie.js/wiki/Simplify-with-yield).

```js
import Dexie from 'dexie';
Expand Down

0 comments on commit 59f7b71

Please sign in to comment.