Skip to content

Commit 971a77a

Browse files
authored
Merge pull request #689 from dahmian/patch-1
Fix npm import plugin example
2 parents 38c84af + fdec516 commit 971a77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It may become also your number one tool to integrate responsive images. It can a
1616
```js
1717
import 'lazysizes';
1818
// import a plugin
19-
import 'lazysizes/parent-fit/ls.parent-fit';
19+
import 'lazysizes/plugins/parent-fit/ls.parent-fit';
2020

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

0 commit comments

Comments
 (0)