mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): change package name in example script (#3532)
This commit is contained in:
parent
6637e1dc82
commit
f29da4ba77
|
|
@ -698,7 +698,7 @@ You can add option flags to the migration command to automatically migrate markd
|
|||
|
||||
```
|
||||
// example using options
|
||||
npx docusaurus-migrate migrate --mdx --page ./v1-website ./v2-website
|
||||
npx @docusaurus/migrate migrate --mdx --page ./v1-website ./v2-website
|
||||
```
|
||||
|
||||
:::danger
|
||||
|
|
|
|||
Loading…
Reference in New Issue