diff options
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/tailwind/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index 217bd0c56..c38d381d3 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -28,7 +28,7 @@ https://user-images.githubusercontent.com/4033662/169920154-4b42fc52-e2b5-4ca4-b <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 |