Skip to content

Commit 60b4c8b

Browse files
Fix helper typo in readme
1 parent 7e58a34 commit 60b4c8b

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)