Skip to content

Commit

Permalink
Merge pull request #689 from dahmian/patch-1
Browse files Browse the repository at this point in the history
Fix npm import plugin example
  • Loading branch information
aFarkas authored Aug 13, 2019
2 parents 38c84af + fdec516 commit 971a77a
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 @@ -16,7 +16,7 @@ It may become also your number one tool to integrate responsive images. It can a
```js
import 'lazysizes';
// import a plugin
import 'lazysizes/parent-fit/ls.parent-fit';
import 'lazysizes/plugins/parent-fit/ls.parent-fit';

// Note: Never import/require the *.min.js files from the npm package.
```
Expand Down

0 comments on commit 971a77a

Please sign in to comment.