Skip to content

Commit

Permalink
Merge pull request simonlast#92 from GillesC/patch-1
Browse files Browse the repository at this point in the history
add js syntax sync example
  • Loading branch information
akhoury authored Jul 19, 2017
2 parents 473081e + d4df334 commit a852ef0
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 @@ -40,7 +40,7 @@ storage.init( /* options ... */ ).then(function() {
```

Sync example
```
```js
//you must first call storage.initSync
storage.initSync();

Expand Down

0 comments on commit a852ef0

Please sign in to comment.