mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 05:12:31 +02:00
docs(v2): change package name in example script (#3532)
This commit is contained in:
parent
6637e1dc82
commit
f29da4ba77
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ You can add option flags to the migration command to automatically migrate markd
|
||||||
|
|
||||||
```
|
```
|
||||||
// example using options
|
// example using options
|
||||||
npx docusaurus-migrate migrate --mdx --page ./v1-website ./v2-website
|
npx @docusaurus/migrate migrate --mdx --page ./v1-website ./v2-website
|
||||||
```
|
```
|
||||||
|
|
||||||
:::danger
|
:::danger
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue