From 589f8c874ba247ddd2e1d8ebe6234762d685e3a5 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 16:56:13 -0400 Subject: [PATCH 1/2] docs: add a Resources section with homepage, npm, and repo links Docs-only; links only; no behavior change. Charter: Q2hhcnRlcjo4MDM= Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0138jQKyzwyDfEbbAeMmYNnL --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0551b56..a04cd43 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,13 @@ Siren ships official SDKs in three languages, all built against the same API: Contributions are welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to clone, build, test, and open a pull request. Please also review our [Code of Conduct](./CODE_OF_CONDUCT.md). + +## Resources + +- [Siren homepage](https://sirenaffiliates.com) +- [npm package](https://www.npmjs.com/package/@novatorius/siren) +- [GitHub repository](https://github.com/Novatorius/siren-node) + ## License [MIT](./LICENSE) © 2026 Novatorius LLC From 7e8619dd9248dbaaca5dd533c53a3a4b4e553e9f Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 16:57:44 -0400 Subject: [PATCH 2/2] docs: fix double blank line before Resources heading Cosmetic markdown cleanup flagged in review. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0138jQKyzwyDfEbbAeMmYNnL --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a04cd43..a4459b0 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,6 @@ Siren ships official SDKs in three languages, all built against the same API: Contributions are welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to clone, build, test, and open a pull request. Please also review our [Code of Conduct](./CODE_OF_CONDUCT.md). - ## Resources - [Siren homepage](https://sirenaffiliates.com)