Skip to content

Commit

Permalink
Fix readme code typo
Browse files Browse the repository at this point in the history
Square brackets were used where curly brackets should have been.
  • Loading branch information
TyMick committed Dec 26, 2020
1 parent 04e2aa8 commit 0e57c6e
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 0e57c6e

Please sign in to comment.