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 +
+
+
+
+
+ Event notifications and alerts for Java applications +
+ + + ++ 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.