From a511d9bfe0f56105cfadcf2d22d9e75fcc70a5bf Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 22 May 2026 17:47:24 +0000 Subject: [PATCH] docs: improve README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ddc80314e..c76b07872 100644 --- a/README.md +++ b/README.md @@ -293,4 +293,23 @@ PageIndex Blog, Sep 2025. --- +## License + +MIT — see [LICENSE](LICENSE). + +## Contributing + +Contributions are welcome. Please ensure `bun run typecheck` and `bun run build` pass before submitting a PR. + +## Testing + +```sh +bun run typecheck +bun run build +``` + +There are no end-to-end tests yet. Until tests are added, typecheck + build are the verification surface. + +--- + © 2026 [Vectify AI](https://vectify.ai)