nativefier / page-icon

Find the best icon for a web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme typo in usage example

CanRau opened this issue · comments

i think this

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

should read

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