summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/prefetch')
-rw-r--r--packages/integrations/prefetch/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/prefetch/README.md b/packages/integrations/prefetch/README.md
index 4fc1f3536..c1299cf5a 100644
--- a/packages/integrations/prefetch/README.md
+++ b/packages/integrations/prefetch/README.md
@@ -22,11 +22,11 @@ The `astro add` command-line tool automates the installation for you. Run one of
```sh
# Using NPM
-npx astro add prefetch
+npm run astro add prefetch
# Using Yarn
yarn astro add prefetch
# Using PNPM
-pnpx astro add prefetch
+pnpm astro add prefetch
```
Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro.