Skip to content

Commit b698c16

Browse files
authored
Update README.md
1 parent f1e6956 commit b698c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ For a typical Phoenix application, updating from Tailwind v3 to v4 requires the
205205
args: ~w(
206206
- --config=tailwind.config.js
207207
- --input=css/app.css
208-
- --output=../priv/static/assets/css/app.css
208+
- --output=../priv/static/assets/app.css
209209
+ --input=assets/css/app.css
210210
+ --output=priv/static/assets/css/app.css
211211
),

0 commit comments

Comments
 (0)