Skip to content

Commit

Permalink
🐛 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Oct 3, 2024
1 parent 69df493 commit 9d08131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Utilities for [hono](https://www.npmjs.com/package/hono) and [@hono/zod-openapi]
- [Example Usage](#example-usage-7)
- [stoker/openapi/helpers/json-content-one-of](#stokeropenapihelpersjson-content-one-of)
- [Example Usage](#example-usage-8)
- [stoker/openapi/helpers/one-of](#stokeropenapihelpersone-of)
- [Schemas](#schemas)
- [stoker/openapi/schemas/id-params](#stokeropenapischemasid-params)
- [Example Usage](#example-usage-9)
Expand Down Expand Up @@ -306,7 +307,7 @@ const result = jsonContentOneOf(
);
```

> #### stoker/openapi/helpers/one-of
#### stoker/openapi/helpers/one-of

> Peer dependencies of `@asteasolutions/zod-to-openapi` and `openapi3-ts` required
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stoker",
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"packageManager": "[email protected]",
"description": "Utilities for hono and @hono/zod-openapi",
"author": "w3cj <[email protected]>",
Expand Down

0 comments on commit 9d08131

Please sign in to comment.