From 424f324c64cfbfb8f658857de791607673b05391 Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Sat, 22 Jun 2024 22:22:58 -0400 Subject: [PATCH] Fixed broken link (#300) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9113019e..fd305257 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ See ["Securing An Azure App Service with Let's Encrypt"](https://www.hanselman.c ## Usage -Install this package into your project using NuGet ([see details here][nuget-url]). +Install this package into your project using NuGet ([see details here][nuget]). The primary API usage is to call `IServiceCollection.AddLettuceEncrypt` in the `Startup` class `ConfigureServices` method.