diff options
author | 2022-06-27 15:44:32 -0300 | |
---|---|---|
committer | 2022-06-27 13:44:32 -0500 | |
commit | 0bcc969cd4afff37d11560fc6e6f1c7001fcefd8 (patch) | |
tree | 8f3faf51052f72cec1fd43ce0dfa87a7d25d71c5 /packages/integrations/vue | |
parent | 7ef4efac673f6dbba5f5e8831cb4261d94cea43a (diff) | |
download | astro-0bcc969cd4afff37d11560fc6e6f1c7001fcefd8.tar.gz astro-0bcc969cd4afff37d11560fc6e6f1c7001fcefd8.tar.zst astro-0bcc969cd4afff37d11560fc6e6f1c7001fcefd8.zip |
removed experimental warning from astro add command (#3727)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md index 3d5baa70d..bbbbb555e 100644 --- a/packages/integrations/vue/README.md +++ b/packages/integrations/vue/README.md @@ -6,7 +6,7 @@ This **[Astro integration][astro-integration]** enables server-side rendering an There are two ways to add integrations to your project. Let's try the most convenient option first! -### (experimental) `astro add` command +### `astro add` command Astro includes a CLI tool for adding first party integrations: `astro add`. This command will: 1. (Optionally) Install all necessary dependencies and peer dependencies |