From c6d1bbb91e8c9087899621a4ef2892b2c016cafd Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Mon, 18 Sep 2023 10:43:36 -0700 Subject: [PATCH] Update docs/shared/recipes/generators/local-generators.md Co-authored-by: Craigory Coppola --- docs/shared/recipes/generators/local-generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.