Closed WaldemarLehner closed 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:
npm run astro install astro-preload
I have replaced the command with npx astro add astro-preload:
npx astro add astro-preload
Got astro and npm's API switched in the readme, thanks for the PR!
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:I have replaced the command with
npx astro add astro-preload
: