diff --git a/docs/en/site-preparation.html b/docs/en/site-preparation.html index b1493755b2..33017ad0ad 100644 --- a/docs/en/site-preparation.html +++ b/docs/en/site-preparation.html @@ -44,7 +44,7 @@
  • In your root, rename docs-examples-from-docusaurus to docs.
  • cd website
  • Rename blog-examples-from-docusaurus to blog.
  • -
  • Run the local webserver via yarn run start or npm run start.
  • +
  • Run the local webserver via yarn start or npm start.
  • Load the example site at http://localhost:3000. You should see the example site loaded in your web browser.