Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 28, 2024
1 parent cbd5aec commit 35c6e81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/migrate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# svelte-migrate

A CLI for migrating Svelte(Kit) codebases. [Documentation](https://svelte.dev/docs/cli/sv-migrate)
A CLI for migrating Svelte(Kit) codebases.

Run it directly using:

Expand All @@ -26,6 +26,10 @@ npx sv migrate [migration]

Some migrations may annotate your codebase with tasks for completion that you can find by searching for `@migration`.

## Documentation

[Documentation](https://svelte.dev/docs/cli/sv-migrate)

## Changelog

[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/main/packages/migrate/CHANGELOG.md).

0 comments on commit 35c6e81

Please sign in to comment.