Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 17, 2017
1 parent 03d29e0 commit d1ce9ea
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 @@ -257,7 +257,7 @@ module.exports = opts => {
// - `url`: The input URL used for extact the content.
// - `meta`: The current state of the information detected.
({ htmlDom: $, meta, url: baseUrl }) => wrap($ => $('meta[property="og:logo"]').attr('content')),
({ htmlDom: $, meta, url: baseUrl }) => $('meta[itemprop="logo"]').attr('content')),
({ htmlDom: $, meta, url: baseUrl }) => wrap($ => $('meta[itemprop="logo"]').attr('content'))
]
})
}
Expand Down

0 comments on commit d1ce9ea

Please sign in to comment.