Skip to content

Commit 0e35d36

Browse files
Fix version tag for upgrade tool (#2082)
`latest` is getting new versions, while `next` isn't. https://www.npmjs.com/package/@tailwindcss/upgrade?activeTab=versions --------- Co-authored-by: Philipp Spiess <[email protected]>
1 parent 2afd7b8 commit 0e35d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/upgrade-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you'd like to try upgrading a project from v3 to v4, you can use our upgrade
1111

1212
```sh
1313
# [!code filename:Terminal]
14-
$ npx @tailwindcss/upgrade@next
14+
$ npx @tailwindcss/upgrade
1515
```
1616

1717
For most projects, the upgrade tool will automate the entire migration process including updating your dependencies, migrating your configuration file to CSS, and handling any changes to your template files.

0 commit comments

Comments
 (0)