diff --git a/README.md b/README.md index 7045e71..7b0fa87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ **Tool for capturing managed stack traces from .NET applications.** +[![NuGet](https://img.shields.io/nuget/v/ClrStack.svg)](https://www.nuget.org/packages/ClrStack/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) + ```Usage: ClrStack.exe PID``` -You could pass THREAD_DUMP_DIR environment variable with path to existing directory to write thread dump in file. \ No newline at end of file +You could pass THREAD_DUMP_DIR environment variable with path to existing directory to write thread dump in file.