codehooks-js 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ export default app.init();
|
|
|
153
153
|
|
|
154
154
|
After deploying, visit `/docs` for Swagger UI or `/openapi.json` for the spec.
|
|
155
155
|
|
|
156
|
-
Supports **Zod**, **Yup**, and **JSON Schema** for validation and documentation. See [OpenAPI Documentation](
|
|
156
|
+
Supports **Zod**, **Yup**, and **JSON Schema** for validation and documentation. See [OpenAPI Documentation](https://codehooks.io/docs/openapi-swagger-docs) for details.
|
|
157
157
|
|
|
158
158
|
## Compile
|
|
159
159
|
|