diff --git a/SmtpToRest/README.md b/SmtpToRest/README.md
index 146a631..9e921cf 100644
--- a/SmtpToRest/README.md
+++ b/SmtpToRest/README.md
@@ -3,7 +3,12 @@
SmtpToRest can be self-hosted using the standard .NET `HostBuilder` scheme. Self-hosting is useful is you want to integrate
the application into an exisiting solution/application, as it requires very little configuration to get started.
+
+
+[![NuGet-Themes](https://img.shields.io/badge/SmtpToRest-Nuget-blue)](https://www.nuget.org/packages/SmtpToRest/)
+
First thing you need is to add the nuget package:
+
```pwsh
PM> Install-Package SmtpToRest
```