Skip to content

Commit ef9c415

Browse files
authored
[READMEs] removed "experimental" from astro add instructions (#4004)
1 parent 4626edd commit ef9c415

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

.changeset/moody-teachers-knock.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@astrojs/image": patch
3+
"@astrojs/partytown": patch
4+
"@astrojs/prefetch": patch
5+
"@astrojs/sitemap": patch
6+
"@astrojs/tailwind": patch
7+
---
8+
9+
[READMEs] removed "experimental" from astro add instructions

packages/integrations/image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This integration provides `<Image />` and `<Picture>` components as well as a ba
2424
<details>
2525
<summary>Quick Install</summary>
2626

27-
The experimental `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
27+
The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
2828

2929
```sh
3030
# Using NPM

packages/integrations/partytown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Astro Partytown integration installs Partytown for you and makes sure it's e
2525
<details>
2626
<summary>Quick Install</summary>
2727

28-
The experimental `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
28+
The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
2929

3030
```sh
3131
# Using NPM

packages/integrations/prefetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To further improve the experience, especially on similar pages, stylesheets are
1919
<details>
2020
<summary>Quick Install</summary>
2121

22-
The experimental `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
22+
The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
2323

2424
```sh
2525
# Using NPM

packages/integrations/sitemap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ With Astro Sitemap, you don't have to worry about creating this file: build your
2525
<details>
2626
<summary>Quick Install</summary>
2727

28-
The experimental `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
28+
The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
2929

3030
```sh
3131
# Using NPM

packages/integrations/tailwind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ https://user-images.githubusercontent.com/4033662/169920154-4b42fc52-e2b5-4ca4-b
2828
<details>
2929
<summary>Quick Install</summary>
3030

31-
The experimental `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
31+
The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.
3232

3333
```sh
3434
# Using NPM

0 commit comments

Comments
 (0)