Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 27, 2023
1 parent 25b8ca7 commit 539b9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This bundle makes it easy to use [Tailwind CSS](https://tailwindcss.com/) with
Symfony's [AssetMapper Component](https://symfony.com/doc/current/frontend/asset_mapper.html)
and *without* needing to install Node.js.
(no Node required!).

* Automatically downloads the correct [standalone Tailwind CSS binary](https://tailwindcss.com/blog/standalone-cli);
* Adds a `tailwind:build` command to build & watch for changes;
Expand All @@ -17,7 +17,7 @@ and *without* needing to install Node.js.
Install the bundle & initialize your app with two commands:

```bash
composer require symfonycasts/tailwindcss-bundle
composer require symfonycasts/tailwind-bundle
php bin/console tailwind:init
```

Expand Down

0 comments on commit 539b9e4

Please sign in to comment.