diff options
author | 2022-07-21 14:33:59 -0300 | |
---|---|---|
committer | 2022-07-21 14:33:59 -0300 | |
commit | ef9c4152b2b399e25bf4e8aa7b37adcf6d0d8f17 (patch) | |
tree | 318fb3cf918b34b6e7a46ac16edde46da5ea2316 /packages/integrations/prefetch | |
parent | 4626eddd3bc79a30b0d45179019b19d4fe0fe4d4 (diff) | |
download | astro-ef9c4152b2b399e25bf4e8aa7b37adcf6d0d8f17.tar.gz astro-ef9c4152b2b399e25bf4e8aa7b37adcf6d0d8f17.tar.zst astro-ef9c4152b2b399e25bf4e8aa7b37adcf6d0d8f17.zip |
[READMEs] removed "experimental" from astro add instructions (#4004)
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/prefetch/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/README.md b/packages/integrations/prefetch/README.md index ccd0d71e6..d9225e038 100644 --- a/packages/integrations/prefetch/README.md +++ b/packages/integrations/prefetch/README.md @@ -19,7 +19,7 @@ To further improve the experience, especially on similar pages, stylesheets are <details> <summary>Quick Install</summary> -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. +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. ```sh # Using NPM |