From 7faf4383c3cb210b1c58fbcf4b625856c72a2f46 Mon Sep 17 00:00:00 2001 From: Mentor Kadriu Date: Sat, 22 Jun 2024 14:44:47 +0200 Subject: [PATCH] Update 1-using-plugins.md Running just `zenstack generate` it fails because in other examples it is used as `npx zenstack generate`. --- docs/the-complete-guide/part2/1-using-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-complete-guide/part2/1-using-plugins.md b/docs/the-complete-guide/part2/1-using-plugins.md index 93fe8385..ce07c265 100644 --- a/docs/the-complete-guide/part2/1-using-plugins.md +++ b/docs/the-complete-guide/part2/1-using-plugins.md @@ -29,4 +29,4 @@ plugin openapi { 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. -When you run `zenstack generate`, the plugin will be executed and generate the output files. +When you run `npx zenstack generate`, the plugin will be executed and generate the output files.