Skip to content

Commit

Permalink
Fixing filters documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed May 28, 2023
1 parent d866546 commit d543107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Set-OBSScrollFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This allows you to scroll horizontally or vertically.
### Examples
#### EXAMPLE 1
```PowerShell
$stars = Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg -Force
$stars | Set-OBSScrollFilter -HorizontalSpeed 100 -VerticalSpeed 100
Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg |
Set-OBSScrollFilter -HorizontalSpeed 100 -VerticalSpeed 100
```


Expand Down

0 comments on commit d543107

Please sign in to comment.