diff --git a/README.md b/README.md index 712183b..66ae348 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,8 @@ createDocument({ }); ``` +Unfortunately, as a limitation of this library, you will need to attach an `.openapi()` field or `.describe()` to the schema that you are passing into the components or else you may not get the full power of the component generation. As a result, I recommend utilising the auto registering components over manual egistration. + #### Parameters Query, Path, Header & Cookie parameters can be similarly registered: