Rename variable to Display to match previous documentation

This commit is contained in:
Pat Hartl 2023-11-17 18:04:48 -06:00
parent 09d23bcb78
commit 314a785fee

View file

@ -1,2 +1,2 @@
# Bounds are accessible by $Resolution.Width and $Resolution.Height
$Resolution = Get-PrimaryDisplay
# Bounds are accessible by $Display.Width and $Display.Height
$Display = Get-PrimaryDisplay