From 9925f5bdbb177c6c3d870afce68838e59402bd76 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Fri, 23 Sep 2022 15:20:31 +0100 Subject: [PATCH] Fix command to create a frontend plugin Signed-off-by: Brian Fletcher --- docs/plugins/create-a-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index ef415d107a..29607af140 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -15,7 +15,7 @@ invoking the from the root of your project. ```bash -yarn create-plugin +yarn new --select plugin ``` ![](../assets/getting-started/create-plugin_output.png)