From 547ce82277c722f9b03d9fadf5307ebf06654a08 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 20 Aug 2025 21:33:57 +0200 Subject: [PATCH] Update welcome.mdx fix typo on the yarn command to create new project --- docs/en/docs/welcome.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/welcome.mdx b/docs/en/docs/welcome.mdx index e463831..11e16a3 100644 --- a/docs/en/docs/welcome.mdx +++ b/docs/en/docs/welcome.mdx @@ -38,7 +38,7 @@ Extension.js runs via the `extension` package. The package has a `create` comman command={{ npm: "npx extension@latest create ", pnpm: "pnpx extension@latest create ", - yarn: "yarn dlx extension ", + yarn: "yarn dlx extension@latest create ", }} />