From 6ed32d0d9582694ea99bcbfc60d70f67d5a72edc Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sat, 27 Dec 2025 10:40:21 +0000 Subject: [PATCH] Update README with branded header and documentation links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add centered logo and title with product branding - Add links to product website and documentation - Add badges for package manager and license - Add Other SDKs table with cross-references - Add Support section with dev@ironservices.io email - Update repository links to git.marketally.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69bf559..9c1567e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# IronNotify SDK for Java +

+ + IronNotify + +

-Event notifications and alerts SDK for Java applications. Send notifications, receive real-time updates, and manage notification state. +

IronNotify SDK for Java

-[![Maven Central](https://img.shields.io/maven-central/v/com.ironservices/notify.svg)](https://search.maven.org/artifact/com.ironservices/notify) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Event notifications and alerts for Java applications +

+ +

+ Maven Central + License: MIT +

+ +

+ Website • + Documentation • + Java Guide • + Git +

+ +--- + +**IronNotify** helps you send event notifications and alerts to your users instantly. Built for developers who want simple, powerful notification infrastructure without the complexity. ## Installation @@ -348,6 +369,26 @@ IronNotify.flushAsync().join(); The client is thread-safe and can be used from multiple threads concurrently. +## Documentation + +For complete documentation, visit [ironnotify.com/docs](https://ironnotify.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/notify](https://git.marketally.com/ironservices/ironnotify-js) | +| .NET | [IronNotify.Client](https://git.marketally.com/ironservices/ironnotify-dotnet) | +| Python | [ironnotify](https://git.marketally.com/ironservices/ironnotify-python) | +| Go | [ironnotify-go](https://git.marketally.com/ironservices/ironnotify-go) | +| Rust | [ironnotify](https://git.marketally.com/ironservices/ironnotify-rust) | + +## Support + +- **Documentation**: [ironnotify.com/docs](https://ironnotify.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironnotify-java/issues](https://git.marketally.com/ironservices/ironnotify-java/issues) + ## License MIT License - see [LICENSE](LICENSE) for details.