@temporary-name/zod 1.9.3-alpha.4275e976ddda4d8be107c2cfde9899bdea9a337d → 1.9.3-alpha.52ad782be6ff2aac22845e524cd6454f857fb89b

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 CHANGED
@@ -24,7 +24,7 @@ const Example = z.object({
24
24
  ### Generate OpenAPI Spec
25
25
 
26
26
  ```ts
27
- import { OpenAPIGenerator } from '@temporary-name/openapi'
27
+ import { OpenAPIGenerator } from '@temporary-name/server/openapi'
28
28
  import { ZodToJsonSchemaConverter } from '@temporary-name/zod/zod4'
29
29
 
30
30
  const openAPIGenerator = new OpenAPIGenerator({