Merge pull request #13828 from punkle/patch-4

Fix command to create a frontend plugin
This commit is contained in:
Fredrik Adelöw
2022-09-27 11:34:52 +02:00
committed by GitHub
+1 -1
View File
@@ -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)