From 5c2bc0831f4be24aa342ac5930f677c8a140f432 Mon Sep 17 00:00:00 2001
From: Sam Erde <20478745+SamErde@users.noreply.github.com>
Date: Tue, 27 May 2025 16:26:10 -0400
Subject: [PATCH] Update README.md
Oh nos! Fixed one last broken anchor/hyperlink pair in the TOC.
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index e17f1fb..27af44e 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ A small tool built to find and fix common misconfigurations in Active Directory
## Contents
-1. [Installation](#Installation)
-2. [Run Locksmith](#Run Locksmith)
+1. [Installation](#installation)
+2. [Run Locksmith](#run-locksmith)
1. [Mode 0](#mode-0-identify-issues-output-to-console-default)
2. [Mode 1](#mode-1-identify-issues-and-fixes-output-to-console)
3. [Mode 2](#mode-2-identify-issues-output-to-csv)
@@ -35,7 +35,7 @@ A small tool built to find and fix common misconfigurations in Active Directory
5. [Mode 4](#mode-4-fix-all-issues)
6. [Scans](#scans)
-
+
## Installation
### Prerequisites
@@ -75,7 +75,7 @@ Install-Module -Name Locksmith -Scope CurrentUser
.\Invoke-Locksmith.ps1
```
-
+
## Run Locksmith
There are several modes you can chose from when running `Invoke-Locksmith`. You can also use the **Scans** parameter to choose which scans you want to invoke.