Skip to content

Commit 29573e7

Browse files
author
David Heinemeier Hansson
authored
Merge pull request #4 from drummond-work/main
Fix helper typo in readme
2 parents 7e58a34 + 60b4c8b commit 29573e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This gem just gives access to the standard Tailwind CSS framework. If you need t
1212
1. Run `./bin/bundle add tailwindcss-rails`
1313
2. Run `./bin/rails tailwindcss:install` (on a fresh Rails application)
1414

15-
The last option adds the purger compressor to `config/environments/production.rb`. This ensures that when `assets:precompile` is called during deployment that the unused class names are not included in the tailwind output css used by the app. It also adds a `javascript_link_tag "tailwind"` to your `app/views/application.html.erb` file.
15+
The last option adds the purger compressor to `config/environments/production.rb`. This ensures that when `assets:precompile` is called during deployment that the unused class names are not included in the tailwind output css used by the app. It also adds a `stylesheet_link_tag "tailwind"` to your `app/views/application.html.erb` file.
1616

1717
You can do both things yourself, if you've changed the default setup.
1818

0 commit comments

Comments
 (0)