Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaihenriksen authored Sep 16, 2023
1 parent 756207e commit f7ced8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SmtpToRest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<br/>

[![NuGet-Themes](https://img.shields.io/badge/SmtpToRest-Nuget-blue)](https://www.nuget.org/packages/SmtpToRest/)
<br/>
First thing you need is to add the nuget package:

```pwsh
PM> Install-Package SmtpToRest
```
Expand Down

0 comments on commit f7ced8d

Please sign in to comment.