From d7c725fb08a2379f4dbc9f0de640b0d688542a8f 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 | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3dd1bad..ee11aaa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,31 @@ -# IronNotify SDK for Rust +

+ + IronNotify + +

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

IronNotify SDK for Rust

-[![Crates.io](https://img.shields.io/crates/v/ironnotify.svg)](https://crates.io/crates/ironnotify) -[![Documentation](https://docs.rs/ironnotify/badge.svg)](https://docs.rs/ironnotify) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Event notifications and alerts for Rust applications +

+ +

+ Crates.io + Documentation + License: MIT +

+ +

+ Website • + Documentation • + Rust 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 @@ -294,6 +315,26 @@ The client is thread-safe and can be shared across threads using `Arc