diff --git a/Powershell/README.md b/Powershell/README.md
index 695e6b7..7f8cb3d 100644
--- a/Powershell/README.md
+++ b/Powershell/README.md
@@ -25,13 +25,16 @@ You’ll be prompted step-by-step to list or create tasks, including remote targ
Usage
-# Basic — drops HTML on Desktop
+Basic — drops HTML on Desktop
+
.\Invoke-DiskSpaceReport.ps1
-# With client name in the header
+With client name in the header
+
.\Invoke-DiskSpaceReport.ps1 -ClientName "Department of X"
-# Custom output path
+Custom output path
+
.\Invoke-DiskSpaceReport.ps1 -OutputPath "C:\Reports" -ClientName "QPS"