diff options
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/tailwind/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index 6d118a79c..7480327b9 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -42,9 +42,9 @@ If you run into any issues, [feel free to report them to us on GitHub](https://g ### Manual Install -First, install the `@astrojs/tailwind` package using your package manager. If you're using npm or aren't sure, run this in the terminal: +First, install the `@astrojs/tailwind` and `tailwindcss` packages using your package manager. If you're using npm or aren't sure, run this in the terminal: ```sh -npm install @astrojs/tailwind +npm install @astrojs/tailwind tailwindcss ``` Then, apply this integration to your `astro.config.*` file using the `integrations` property: |