diff options
Diffstat (limited to 'examples/framework-vue/README.md')
-rw-r--r-- | examples/framework-vue/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md index b62554138..c5818e51f 100644 --- a/examples/framework-vue/README.md +++ b/examples/framework-vue/README.md @@ -1,7 +1,7 @@ # Using Vue with Astro ``` -npm init astro --template framework-vue +npm init astro -- --template framework-vue ``` This example showcases Astro's built-in support for [Vue (`v3.x`)](https://v3.vuejs.org/). |