Skip to content

Commit ebb1d46

Browse files
committed
more readme tweaks
1 parent 0b09a78 commit ebb1d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Simple OpenAPI spec for the HN API to do strongly typed code generation off of.
55
Spec: https://raw.githubusercontent.com/andenacitelli/hacker-news-api-openapi/main/exports/api.yaml
66

77
- Based off the original API here: https://github.com/HackerNews/API
8-
- Built with [zod](https://github.com/colinhacks/zod) schemas and exported to OpenAPI via [@asteasolutions/zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi).
9-
- End result is validated with [Redocly CLI](https://redocly.com/docs/cli) and a few tests that make real HN calls to validate the schemas.
8+
- Built with [zod](https://github.com/colinhacks/zod) schemas and exported to OpenAPI via [@asteasolutions/zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi). Rebuilt in a pre-commit hook, nothing else needed.
9+
- End result is validated with [Redocly CLI](https://redocly.com/docs/cli) and a few basic tests that make real HN calls to validate the schemas.
1010

1111
## Contributing
1212

0 commit comments

Comments
 (0)