Skip to content

Commit

Permalink
Merge pull request #131 from tywmick/readme-code-typo
Browse files Browse the repository at this point in the history
Fix readme code typo
  • Loading branch information
dazuaz authored Jan 4, 2021
2 parents 04e2aa8 + 0e57c6e commit d1aa223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ module.exports = {
rules: [
{
test: /\.(jpe?g|png|webp)$/i,
use: [
use: {
loader: 'responsive-loader',
options: {
+ adapter: require('responsive-loader/sharp')
}
]
}
}
]
},
Expand Down

0 comments on commit d1aa223

Please sign in to comment.