diff --git a/docs/shared/recipes/plugins/local-executors.md b/docs/shared/recipes/plugins/local-executors.md index 3c154028b2..15a4af2888 100644 --- a/docs/shared/recipes/plugins/local-executors.md +++ b/docs/shared/recipes/plugins/local-executors.md @@ -10,7 +10,7 @@ If you don't already have a local plugin, use Nx to generate one: ```shell {% skipRescope=true %} nx add @nx/plugin -nx g @nx/plugin:plugin my-plugin +nx g @nx/plugin:plugin libs/my-plugin ``` Use the Nx CLI to generate the initial files needed for your executor.