diff --git a/docs/reference/processors.md b/docs/reference/processors.md index da775e27..ab034f18 100644 --- a/docs/reference/processors.md +++ b/docs/reference/processors.md @@ -13,8 +13,8 @@ The `-c` option allows to specify a name/value pair with the name consisting of the processor name (starting lowercase) and option name separated by a dot (`.`). ```shell -> ./bin/openapi -c operatinId.hash=true // ... -> ./bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ... +> ./vendor/bin/openapi -c operatinId.hash=true // ... +> ./vendor/bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ... ``` ### Programmatically with PHP diff --git a/tools/procgen.php b/tools/procgen.php index cd3992cf..a98f4a41 100644 --- a/tools/procgen.php +++ b/tools/procgen.php @@ -18,8 +18,8 @@ of the processor name (starting lowercase) and option name separated by a dot (`.`). ```shell -> ./bin/openapi -c operatinId.hash=true // ... -> ./bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ... +> ./vendor/bin/openapi -c operatinId.hash=true // ... +> ./vendor/bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ... ```