diff --git a/docs/shared/recipes/generators/local-generators.md b/docs/shared/recipes/generators/local-generators.md index 98b83d308ca1a1..71af382977e765 100644 --- a/docs/shared/recipes/generators/local-generators.md +++ b/docs/shared/recipes/generators/local-generators.md @@ -19,7 +19,7 @@ npm install @nx/plugin@latest nx g @nx/plugin:plugin my-plugin ``` -Note that `latest` should match at least the same minor version of the `nx` plugins installed in your workspace. +Note that `latest` should match the version of the `nx` plugins installed in your workspace. Use the Nx CLI to generate the initial files needed for your generator.