@rcmade/hono-docs 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -337,7 +337,7 @@ import { runGenerate, defineConfig } from "@rcmade/hono-docs";
337
337
 
338
338
  ## Examples
339
339
 
340
- Check out [`examples/basic-app/`](https://github.com/rcmade/hono-docs/examples/basic-app) for a minimal setup.
340
+ Check out [`examples/basic-app/`](https://github.com/rcmade/hono-docs/tree/main/examples/basic-app) for a minimal setup.
341
341
 
342
342
  ---
343
343
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcmade/hono-docs",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Auto-generate OpenAPI 3.0 spec from Hono route types",
5
5
  "repository": {
6
6
  "type": "git",