From b75a7150b219e2681789011871878b2ead50051d Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 11 Aug 2020 18:16:48 +0300 Subject: [PATCH] docs(v2): fix migration command (#3249) --- website/docs/guides/migrating-from-v1-to-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/migrating-from-v1-to-v2.md b/website/docs/guides/migrating-from-v1-to-v2.md index 6996a0425ba5..dbedf8fdcb9f 100644 --- a/website/docs/guides/migrating-from-v1-to-v2.md +++ b/website/docs/guides/migrating-from-v1-to-v2.md @@ -673,10 +673,10 @@ To use the migration command, follow these steps: ``` // migration command format -npx docusaurus-migrate migrate +npx @docusaurus/migrate migrate // example -npx docusaurus-migrate migrate ./v1-website ./v2-website +npx @docusaurus/migrate migrate ./v1-website ./v2-website ``` 3. To view your new website locally, go into your v2 website's directory and start your development server.