From 02cd02af1cb6ef2efa834803bc0571af020eb5b6 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 4 Sep 2021 19:24:08 -0600 Subject: [PATCH] docs(readme): add table of contents --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f81185c..43982ee 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ PowerShell cmdlet (module/function) to send a *magic packet* based on provided MAC address(es). Comment-based help is included in the source-code: `Get-Help Send-MagicPacket -Full` +## Contents + + + +- [Installation and verification](#installation-and-verification) +- [Overview](#overview) +- [Broadcast considerations](#broadcast-considerations) +- [Pipeline](#pipeline) +- [Module or Function](#module-or-function) +- [Feedback](#feedback) + + + ## Installation and verification Downloads are available