Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix import
  • Loading branch information
asvetly authored and jimmywarting committed Dec 29, 2018
1 parent 283f438 commit 0e905a3
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 @@ -56,7 +56,7 @@ Syntax
------
### Import saveAs() from file-saver
```js
import saveAs from 'file-saver';
import { saveAs } from 'file-saver';
```

```js
Expand Down

0 comments on commit 0e905a3

Please sign in to comment.