Skip to content

Commit 54ceaf6

Browse files
committed
docs: fix YOUR_USERNAME placeholder URLs
1 parent a2f9440 commit 54ceaf6

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
A comprehensive Windows GUI utility for controlling monitor settings via DDC/CI protocol. Adjust brightness, contrast, color temperature, input sources, and more — all without touching your monitor's physical buttons.
1111

12-
![MonitorControl Pro Screenshot](screenshot.png)
13-
*Add your own screenshot*
14-
1512
## Features
1613

1714
### Display Controls
@@ -63,14 +60,12 @@ A comprehensive Windows GUI utility for controlling monitor settings via DDC/CI
6360

6461
### Option 2: From PowerShell
6562
```powershell
66-
# Download and run
67-
irm https://raw.githubusercontent.com/YOUR_USERNAME/MonitorControlPro/main/MonitorControlPro.ps1 -OutFile MonitorControlPro.ps1
63+
irm https://raw.githubusercontent.com/SysAdminDoc/MonitorControl/main/MonitorControlPro.ps1 -OutFile MonitorControlPro.ps1
6864
.\MonitorControlPro.ps1
6965
```
7066

7167
### Option 3: Create a Shortcut
7268
```powershell
73-
# Create a desktop shortcut
7469
$WshShell = New-Object -ComObject WScript.Shell
7570
$Shortcut = $WshShell.CreateShortcut("$env:USERPROFILE\Desktop\MonitorControl Pro.lnk")
7671
$Shortcut.TargetPath = "powershell.exe"
@@ -277,6 +272,6 @@ This software interacts with monitor hardware via DDC/CI protocol. While DDC/CI
277272

278273
<p align="center">
279274
Made with PowerShell and WPF<br>
280-
<a href="https://github.com/YOUR_USERNAME/MonitorControlPro/issues">Report Bug</a> ·
281-
<a href="https://github.com/YOUR_USERNAME/MonitorControlPro/issues">Request Feature</a>
275+
<a href="https://github.com/SysAdminDoc/MonitorControl/issues">Report Bug</a> ·
276+
<a href="https://github.com/SysAdminDoc/MonitorControl/issues">Request Feature</a>
282277
</p>

0 commit comments

Comments
 (0)