From 3534a4614ad7235c192ee97981d49d1c434feb2a Mon Sep 17 00:00:00 2001 From: "carmine.dimascio" Date: Sun, 7 Jun 2020 20:48:15 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf0756a3..ebc041f0 100644 --- a/README.md +++ b/README.md @@ -610,9 +610,9 @@ Defines how the validator should behave if an unknown or custom format is encoun ### ▪️ operationHandlers (optional) -Defines the base directory for operation handlers. This is used in conjunction with express-openapi-validator's OpenAPI vendor extensions, `x-eov-operation-id` and x-eov-operation-handler. +Defines the base directory for operation handlers. This is used in conjunction with express-openapi-validator's OpenAPI vendor extensions, `x-eov-operation-id`, `x-eov-operation-handler` and OpenAPI's `operationId`. -If you want to change how modules are resolved e.g. use dot separated operation ids e.g. `path.to.module.func`, you may optionally add a custom resovler `resolver`. See [example](https://github.com/cdimascio/express-openapi-validator/tree/master/examples/5-eov-operations) +Additionally, if you want to change how modules are resolved e.g. use dot deliminted operation ids e.g. `path.to.module.myFunction`, you may optionally add a custom `resolver`. See [documentation and example](https://github.com/cdimascio/express-openapi-validator/tree/master/examples/5-eov-operations) - `string` - the base directory containing operation handlers - `false` - (default) disable auto wired operation handlers