Skip to content

Commit 1b3f099

Browse files
authored
Update 1-using-plugins.md (#316)
Running just `zenstack generate` it fails because in other examples it is used as `npx zenstack generate`.
1 parent c2b234e commit 1b3f099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/the-complete-guide/part2/1-using-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ plugin openapi {
2929

3030
A plugin declaration requires a mandatory `provider` field that specifies the package name or Javascript module path of the plugin (which the `zenstack` CLI imports directly with `require()`). It can also contain other mandatory and optional fields specific to the plugin.
3131

32-
When you run `zenstack generate`, the plugin will be executed and generate the output files.
32+
When you run `npx zenstack generate`, the plugin will be executed and generate the output files.

0 commit comments

Comments
 (0)