Skip to content

Commit 724cd9e

Browse files
Merge branch 'main' into add-pkg-new
2 parents 4cf575b + 134361d commit 724cd9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm version](https://img.shields.io/npm/v/hono-openapi.svg)](https://npmjs.org/package/hono-openapi "View this project on NPM")
55
[![npm downloads](https://img.shields.io/npm/dm/hono-openapi)](https://www.npmjs.com/package/hono-openapi)
66

7-
This can automatically generate the OpenAPI specification for the Hono API using your validation schema, which can be used to generate client libraries, documentation, and more.
7+
This can automatically generate the OpenAPI specification for the Hono App using your validation schema, which can be used to generate client libraries, documentation, and more.
88

99
This lib supports all the validation libs which are [Standard Schema](https://standardschema.dev/) compliant.
1010

@@ -19,5 +19,5 @@ Visit our [contributing docs](https://github.com/rhinobase/hono-openapi/blob/mai
1919

2020
## Credits
2121

22-
- The idea for this project was inspired by [ElysiaJS](https://elysiajs.com/) and their amazing work on generating [OpenAPI](https://elysiajs.com/recipe/openapi.html) specifications.
22+
- The idea for this project was inspired by [ElysiaJS](https://elysiajs.com/) and their amazing work on generating [OpenAPI](https://elysiajs.com/patterns/openapi) specifications.
2323
- This project would not have been possible without the work of [Sam Chung](https://github.com/samchungy) and his [Zod OpenAPI](https://github.com/samchungy/zod-openapi) package.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"license": "MIT",
1313
"scripts": {
1414
"build": "pkgroll --clean-dist",
15+
"lint": "biome check .",
1516
"format": "biome check --write .",
1617
"prepare": "is-ci || husky",
1718
"test": "vitest"
@@ -31,8 +32,7 @@
3132
},
3233
"repository": {
3334
"type": "git",
34-
"url": "git+https://github.com/rhinobase/hono-openapi.git",
35-
"directory": "packages/core"
35+
"url": "git+https://github.com/rhinobase/hono-openapi.git"
3636
},
3737
"bugs": {
3838
"url": "https://github.com/rhinobase/hono-openapi/issues"

0 commit comments

Comments
 (0)