Skip to content

Commit

Permalink
docs(v2): From docusaurus-migrate to @docusaurus/migrate (#3873)
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 9ad02ca commit 20114f5
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 20114f5

Please sign in to comment.