diff options
author | 2022-06-27 15:44:32 -0300 | |
---|---|---|
committer | 2022-06-27 13:44:32 -0500 | |
commit | 0bcc969cd4afff37d11560fc6e6f1c7001fcefd8 (patch) | |
tree | 8f3faf51052f72cec1fd43ce0dfa87a7d25d71c5 | |
parent | 7ef4efac673f6dbba5f5e8831cb4261d94cea43a (diff) | |
download | astro-0bcc969cd4afff37d11560fc6e6f1c7001fcefd8.tar.gz astro-0bcc969cd4afff37d11560fc6e6f1c7001fcefd8.tar.zst astro-0bcc969cd4afff37d11560fc6e6f1c7001fcefd8.zip |
removed experimental warning from astro add command (#3727)
-rw-r--r-- | packages/integrations/lit/README.md | 2 | ||||
-rw-r--r-- | packages/integrations/preact/README.md | 2 | ||||
-rw-r--r-- | packages/integrations/react/README.md | 2 | ||||
-rw-r--r-- | packages/integrations/solid/README.md | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/README.md | 2 | ||||
-rw-r--r-- | packages/integrations/vue/README.md | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/integrations/lit/README.md b/packages/integrations/lit/README.md index f8dd0349a..6f4571ee3 100644 --- a/packages/integrations/lit/README.md +++ b/packages/integrations/lit/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 diff --git a/packages/integrations/preact/README.md b/packages/integrations/preact/README.md index ccae01b83..c31b9e35c 100644 --- a/packages/integrations/preact/README.md +++ b/packages/integrations/preact/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 diff --git a/packages/integrations/react/README.md b/packages/integrations/react/README.md index ee2244d44..e610faecd 100644 --- a/packages/integrations/react/README.md +++ b/packages/integrations/react/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 diff --git a/packages/integrations/solid/README.md b/packages/integrations/solid/README.md index ed6d7dc03..366a81512 100644 --- a/packages/integrations/solid/README.md +++ b/packages/integrations/solid/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 diff --git a/packages/integrations/svelte/README.md b/packages/integrations/svelte/README.md index b0cddafe2..7a9ca7bf4 100644 --- a/packages/integrations/svelte/README.md +++ b/packages/integrations/svelte/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 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 |