diff --git a/README.md b/README.md index 3a066af4..a049bfe2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Start a new **Console Application** project and select a Shuttle.Esb queue imple PM> Install-Package Shuttle.Esb.AzureStorageQueues ``` -We'll also make use of the [.NET genric host](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host): +We'll also make use of the [.NET generic host](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host): ``` PM> Install-Package Microsoft.Extensions.Hosting