From 1a6ee8171ec3037f922f7add8eab8939b7576e8c Mon Sep 17 00:00:00 2001 From: Stephan Keller Date: Tue, 2 Jul 2024 13:50:28 +0200 Subject: [PATCH] fix: Fix typo in Readme (#164) Signed-off-by: Stephan Keller --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 623b1489..84e15fd8 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ With .NET: With IIS ([official microsoft documentation](https://learn.microsoft.com/aspnet/core/host-and-deploy/iis)): -1. Install the [hosting budle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer) +1. Install the [hosting bundle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer) 2. Download the [zip release](https://github.com/bagetter/BaGetter/releases) of BaGetter 3. Unpack the zip file contents to a folder of your choice 4. Create a new or configure an existing IIS site to point its physical path to the folder where you unpacked the zip file