LyonSyonII / astro-preload

Download images at build time! Supports Iconify icons and arbitrary images.
32 stars 2 forks source link

fix(readme): Change npm install command to npx, while replacing install with add #7

Closed WaldemarLehner closed 1 year ago

WaldemarLehner commented 1 year ago

This is just a very minor change to the README. The current file tells you to run npm run astro install astro-preload. This seems to be wrong, as shown below: image

I have replaced the command with npx astro add astro-preload:

image

LyonSyonII commented 1 year ago

Got astro and npm's API switched in the readme, thanks for the PR!