page-icon
page-icon copied to clipboard
readme typo in usage example
i think this
const URL = 'https://www.facebook.com/';
pageIcon(siteUrl)
should read
const URL = 'https://www.facebook.com/';
pageIcon(URL)