lgraubner/sitemap-generator-cli

npx readme issue

RayBB opened this issue · 1 comments

RayBB commented

In the readme it says run
npx sitemap-generator https://example.com
but but give the error:
command not found: sitemap-generator

I think it needs to be updated to:
npx sitemap-generator-cli https://example.com

But it's working great! thanks for the awesome tool! :)

You are right. Fixed. Thanks for reporting.