Skip to content

Commit

Permalink
removed experimental warning from astro add command (#3727)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Jun 27, 2022
1 parent 7ef4efa commit 0bcc969
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/lit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/solid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bcc969

Please sign in to comment.