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 224b3ba commit d573a90
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 @@ -47,7 +47,7 @@ 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).

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

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

0 comments on commit d573a90

Please sign in to comment.