Skip to content

Commit 31a5b4b

Browse files
authored
Remove -Prerelease from Powershell module doc (#302)
1 parent 9d09d72 commit 31a5b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/PowershellModule/doc/WingetRestSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before getting started with the Windows Package Manager REST source with PowerSh
4646
#### Get PowerShell Module from PowerShell Gallery (Recommended)
4747
1. Install the PowerShell module from PowerShell Gallery
4848
```Powershell
49-
Install-PSResource -Name Microsoft.WinGet.RestSource -Prerelease
49+
Install-PSResource -Name Microsoft.WinGet.RestSource
5050
```
5151
5252
#### Get PowerShell Module from Github Releases

0 commit comments

Comments
 (0)