docs(v2): change package name in example script (#3532)

This commit is contained in:
Matan Borenkraout 2020-10-05 15:33:16 +03:00 committed by GitHub
parent 6637e1dc82
commit f29da4ba77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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