Skip to content

Commit

Permalink
Update docs/shared/recipes/generators/local-generators.md
Browse files Browse the repository at this point in the history
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
  • Loading branch information
juristr and AgentEnder committed Sep 18, 2023
1 parent 923cae8 commit c6d1bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/generators/local-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c6d1bbb

Please sign in to comment.