Skip to content

Commit b189f60

Browse files
authored
Update README.md
1 parent 97071d7 commit b189f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use the `.openapi()` method to add metadata to a specific Zod type. The `.openap
6868
| `ref` | Use this to [auto register a schema as a re-usable component](#creating-components) |
6969
| `refType` | Use this to set the creation type for a component which is not referenced in the document. |
7070
| `type` | Use this to override the generated type. If this is provided no metadata will be generated. |
71-
| `unionOneOf` | Set to `true` to force a single ZodUnion to output `oneOf` instead of `allOf`. See [CreateDocumentOptions](#CreateDocumentOptions) for a global option |
71+
| `unionOneOf` | Set to `true` to force a single ZodUnion to output `oneOf` instead of `anyOf`. See [CreateDocumentOptions](#CreateDocumentOptions) for a global option |
7272

7373
### `createDocument`
7474

0 commit comments

Comments
 (0)