summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/vue/README.md')
-rw-r--r--packages/integrations/vue/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md
index f727e3157..c5fa4a536 100644
--- a/packages/integrations/vue/README.md
+++ b/packages/integrations/vue/README.md
@@ -16,11 +16,11 @@ To install `@astrojs/vue`, run the following from your project directory and fol
```sh
# Using NPM
-npx astro add vue
+npm run astro add vue
# Using Yarn
yarn astro add vue
# Using PNPM
-pnpx astro add vue
+pnpm astro add vue
```
If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below.