page-icon icon indicating copy to clipboard operation
page-icon copied to clipboard

readme typo in usage example

Open CanRau opened this issue 7 years ago • 0 comments

i think this

const URL = 'https://www.facebook.com/';
pageIcon(siteUrl)

should read

const URL = 'https://www.facebook.com/';
pageIcon(URL)

CanRau avatar Sep 27 '17 18:09 CanRau