Skip to content

Commit

Permalink
Add dev check to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jan 3, 2024
1 parent 0bc1289 commit 27018eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The inline version also works:
## Puma plugin
We provide a Puma plugin if you want to run the Tailwind watcher together with Puma and have Puma monitor and manage it. You just need to add
```ruby
plugin :tailwindcss
plugin :tailwindcss if Rails.env.development?
```
to your `puma.rb` configuration.

Expand Down

0 comments on commit 27018eb

Please sign in to comment.