From 64177a543427ffc15fcb4969a9f508cdbca8104a Mon Sep 17 00:00:00 2001 From: David Friedel Date: Thu, 25 Dec 2025 09:31:44 +0000 Subject: [PATCH] Add badges and clean up links in README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80802aa..b8d52a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # IronTelemetry.Client -Error monitoring and crash reporting SDK for .NET applications. +Error monitoring and crash reporting SDK for .NET applications. Capture exceptions, track user journeys, and get insights to fix issues faster. + +[![NuGet](https://img.shields.io/nuget/v/IronTelemetry.Client.svg)](https://www.nuget.org/packages/IronTelemetry.Client) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ## Installation @@ -154,4 +157,7 @@ await IronTelemetry.FlushAsync(); - [Documentation](https://www.irontelemetry.com/docs) - [Dashboard](https://www.irontelemetry.com) -- [Support](https://www.irontelemetry.com/support) + +## License + +MIT License - see [LICENSE](LICENSE) for details.