From 75ac428c5d010d8a604f4afbeaf2f26de67fa3fe Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart (RJLB)" Date: Sat, 25 Oct 2025 16:44:44 +0100 Subject: [PATCH] Correct the TOC's fragments. Previously, they contained forward soliduses, which are invalid. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 070cb62..62a9712 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ This module contain cmdlets to manage Windows Update Client. - [Release Notes](#Release-Notes) - [Install module from the PowerShell Gallery](#Install-module-from-the-PowerShell-Gallery) - [Usage and Examples](#Usage-and-Examples) - - [Get-WindowsUpdate / Install-WindowsUpdate](#Get-WindowsUpdate-/-Install-WindowsUpdate) + - [Get-WindowsUpdate / Install-WindowsUpdate](#Get-WindowsUpdate--Install-WindowsUpdate) - [Add-WUServiceManager](#Add-WUServiceManager) - [Get-WUHistory](#Get-WUHistory) - [Remove-WindowsUpdate](#Remove-WindowsUpdate) - - [Get-WUSettings / Set-WUSettings](#-WUSettings-/-Set-WUSettings) + - [Get-WUSettings / Set-WUSettings](#Get-WUSettings--Set-WUSettings) - [Support](#Support) # Release Notes