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.