Skip to content

Commit

Permalink
Update migration-automated.md
Browse files Browse the repository at this point in the history
Fix from docusaurus-migrate to @docusaurus/migrate
  • Loading branch information
manzinello authored Dec 3, 2020
1 parent f37987f commit df0d789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/migration/migration-automated.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can add option flags to the migration CLI to automatically migrate Markdown

```bash
# example using options
npx docusaurus-migrate migrate --mdx --page ./v1-website ./v2-website
npx @docusaurus/migrate migrate --mdx --page ./v1-website ./v2-website
```

:::danger
Expand Down

0 comments on commit df0d789

Please sign in to comment.